Html Css Color HEX #36167F Persian Indigo

📋 copy color: '#36167F'

red 54 ◦ green 22 ◦ blue 127

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

Shades of Persian Indigo #36167F

Tints of Persian Indigo #36167F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.84%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 26.6%
G = 10.84%
B = 62.56%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36167F (or 0x36167F) is known color: Persian Indigo. HEX triplet: 36, 16 and 7F. RGB value is (54,22,127). Sum of RGB (Red+Green+Blue) = 54+22+127=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #36167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36167F is #C9E980. Grayscale: #2B2B2B. Windows color (decimal): -13232513 or 8328758. OLE color: 8328758.

HSL color Cylindrical-coordinate representation of color #36167F: hue angle of 258.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36167F is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 22 127 -
CMYK 0.57 0.83 0 0.50
HSL 258.29º 0.7% 0.29% -
HSV(B) 258.29º 0.83% 0.5% -
XYZ 5.64 2.89 20.34 -
YUV 43.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 54 22 127 0.57 0.83 0 0.50 258.29 0.7 0.29
Hex 36 16 7F 39 53 0 32 102 46 1D
Octal 66 26 177 71 123 0 62 402 106 35
Binary 110110 10110 1111111 111001 1010011 0 110010 100000010 1000110 11101

Color Harmonies of #36167F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36167F

Black with #36167F

Text Example


Text Example

White with #36167F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36167F; }

 p { color: rgb(54,22,127); }

 H1.HeaderClassName
 {
   color: #36167F;
 }
 .AnyTagClassName
 {
   color: #36167F;
 }
</style>

background-color css

<style>
 a { background-color: #36167F; }

 a { background-color: rgb(54,22,127); }

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

border-color css

<style>
 span { border-color: #36167F; }

 span { border-color: rgb(54,22,127); }

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