Html Css Color HEX #36197D Persian Indigo

📋 copy color: '#36197D'

red 54 ◦ green 25 ◦ blue 125

#36197D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #36197D

Tints of Persian Indigo #36197D

RGB

 RED value IS 54 (21.48% from 255) = 26.47%

 GREEN value IS 25 (10.16% from 255) = 12.25%

 BLUE value IS 125 (49.22% from 255) = 61.27%

R = 26.47%
G = 12.25%
B = 61.27%

CMYK

 C value IS 0.57

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#36197D (or 0x36197D) is known color: Persian Indigo. HEX triplet: 36, 19 and 7D. RGB value is (54,25,125). Sum of RGB (Red+Green+Blue) = 54+25+125=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #36197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36197D is #C9E682. Grayscale: #2C2C2C. Windows color (decimal): -13231747 or 8198454. OLE color: 8198454.

HSL color Cylindrical-coordinate representation of color #36197D: hue angle of 257.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36197D is Cyan = 0.57, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 25 125 -
CMYK 0.57 0.8 0 0.51
HSL 257.4º 0.67% 0.29% -
HSV(B) 257.4º 0.8% 0.49% -
XYZ 5.57 2.96 19.68 -
YUV 45.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 54 25 125 0.57 0.8 0 0.51 257.4 0.67 0.29
Hex 36 19 7D 39 50 0 33 101 43 1D
Octal 66 31 175 71 120 0 63 401 103 35
Binary 110110 11001 1111101 111001 1010000 0 110011 100000001 1000011 11101

Color Harmonies of #36197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36197D

Black with #36197D

Text Example


Text Example

White with #36197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36197D; }

 p { color: rgb(54,25,125); }

 H1.HeaderClassName
 {
   color: #36197D;
 }
 .AnyTagClassName
 {
   color: #36197D;
 }
</style>

background-color css

<style>
 a { background-color: #36197D; }

 a { background-color: rgb(54,25,125); }

 div.DivClassName
 {
   background-color: #36197D;
 }
 .BgClassName
 {
   background-color: #36197D;
 }
</style>

border-color css

<style>
 span { border-color: #36197D; }

 span { border-color: rgb(54,25,125); }

 td.TdClassName
 {
   border-color: #36197D;
 }
 .TagClassName
 {
   border-color: #36197D;
 }
</style>