Html Css Color HEX #36207B Persian Indigo

📋 copy color: '#36207B'

red 54 ◦ green 32 ◦ blue 123

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

Shades of Persian Indigo #36207B

Tints of Persian Indigo #36207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.31%

 BLUE value IS 123 (48.44% from 255) = 58.85%

R = 25.84%
G = 15.31%
B = 58.85%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36207B (or 0x36207B) is known color: Persian Indigo. HEX triplet: 36, 20 and 7B. RGB value is (54,32,123). Sum of RGB (Red+Green+Blue) = 54+32+123=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #36207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36207B is #C9DF84. Grayscale: #303030. Windows color (decimal): -13229957 or 8069174. OLE color: 8069174.

HSL color Cylindrical-coordinate representation of color #36207B: hue angle of 254.51º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36207B is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 32 123 -
CMYK 0.56 0.74 0 0.52
HSL 254.51º 0.59% 0.3% -
HSV(B) 254.51º 0.74% 0.48% -
XYZ 5.61 3.25 19.07 -
YUV 48.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 54 32 123 0.56 0.74 0 0.52 254.51 0.59 0.3
Hex 36 20 7B 38 4A 0 34 FF 3B 1E
Octal 66 40 173 70 112 0 64 377 73 36
Binary 110110 100000 1111011 111000 1001010 0 110100 11111111 111011 11110

Color Harmonies of #36207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36207B

Black with #36207B

Text Example


Text Example

White with #36207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36207B; }

 p { color: rgb(54,32,123); }

 H1.HeaderClassName
 {
   color: #36207B;
 }
 .AnyTagClassName
 {
   color: #36207B;
 }
</style>

background-color css

<style>
 a { background-color: #36207B; }

 a { background-color: rgb(54,32,123); }

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

border-color css

<style>
 span { border-color: #36207B; }

 span { border-color: rgb(54,32,123); }

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