Html Css Color HEX #36117E Persian Indigo

📋 copy color: '#36117E'

red 54 ◦ green 17 ◦ blue 126

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

Shades of Persian Indigo #36117E

Tints of Persian Indigo #36117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

 BLUE value IS 126 (49.61% from 255) = 63.96%

R = 27.41%
G = 8.63%
B = 63.96%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36117E (or 0x36117E) is known color: Persian Indigo. HEX triplet: 36, 11 and 7E. RGB value is (54,17,126). Sum of RGB (Red+Green+Blue) = 54+17+126=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #36117E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36117E is #C9EE81. Grayscale: #282828. Windows color (decimal): -13233794 or 8261942. OLE color: 8261942.

HSL color Cylindrical-coordinate representation of color #36117E: hue angle of 260.37º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36117E is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 17 126 -
CMYK 0.57 0.87 0 0.51
HSL 260.37º 0.76% 0.28% -
HSV(B) 260.37º 0.87% 0.49% -
XYZ 5.49 2.69 19.97 -
YUV 40.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 54 17 126 0.57 0.87 0 0.51 260.37 0.76 0.28
Hex 36 11 7E 39 57 0 33 104 4C 1C
Octal 66 21 176 71 127 0 63 404 114 34
Binary 110110 10001 1111110 111001 1010111 0 110011 100000100 1001100 11100

Color Harmonies of #36117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36117E

Black with #36117E

Text Example


Text Example

White with #36117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36117E; }

 p { color: rgb(54,17,126); }

 H1.HeaderClassName
 {
   color: #36117E;
 }
 .AnyTagClassName
 {
   color: #36117E;
 }
</style>

background-color css

<style>
 a { background-color: #36117E; }

 a { background-color: rgb(54,17,126); }

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

border-color css

<style>
 span { border-color: #36117E; }

 span { border-color: rgb(54,17,126); }

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