Html Css Color HEX #36107F Persian Indigo

📋 copy color: '#36107F'

red 54 ◦ green 16 ◦ blue 127

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

Shades of Persian Indigo #36107F

Tints of Persian Indigo #36107F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

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

R = 27.41%
G = 8.12%
B = 64.47%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36107F (or 0x36107F) is known color: Persian Indigo. HEX triplet: 36, 10 and 7F. RGB value is (54,16,127). Sum of RGB (Red+Green+Blue) = 54+16+127=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #36107F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36107F is #C9EF80. Grayscale: #272727. Windows color (decimal): -13234049 or 8327222. OLE color: 8327222.

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

Color convert

RGB 54 16 127 -
CMYK 0.57 0.87 0 0.50
HSL 260.54º 0.78% 0.28% -
HSV(B) 260.54º 0.87% 0.5% -
XYZ 5.54 2.69 20.31 -
YUV 40.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 54 16 127 0.57 0.87 0 0.50 260.54 0.78 0.28
Hex 36 10 7F 39 57 0 32 105 4E 1C
Octal 66 20 177 71 127 0 62 405 116 34
Binary 110110 10000 1111111 111001 1010111 0 110010 100000101 1001110 11100

Color Harmonies of #36107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36107F

Black with #36107F

Text Example


Text Example

White with #36107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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