Html Css Color HEX #360C71 Persian Indigo

📋 copy color: '#360C71'

red 54 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #360C71

Tints of Persian Indigo #360C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

 BLUE value IS 113 (44.53% from 255) = 63.13%

R = 30.17%
G = 6.7%
B = 63.13%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360C71 (or 0x360C71) is known color: Persian Indigo. HEX triplet: 36, 0C and 71. RGB value is (54,12,113). Sum of RGB (Red+Green+Blue) = 54+12+113=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #360C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C71 is #C9F38E. Grayscale: #232323. Windows color (decimal): -13235087 or 7408694. OLE color: 7408694.

HSL color Cylindrical-coordinate representation of color #360C71: hue angle of 264.95º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360C71 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 12 113 -
CMYK 0.52 0.89 0 0.56
HSL 264.95º 0.81% 0.25% -
HSV(B) 264.95º 0.89% 0.44% -
XYZ 4.63 2.24 15.81 -
YUV 36.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 54 12 113 0.52 0.89 0 0.56 264.95 0.81 0.25
Hex 36 C 71 34 59 0 38 109 51 19
Octal 66 14 161 64 131 0 70 411 121 31
Binary 110110 1100 1110001 110100 1011001 0 111000 100001001 1010001 11001

Color Harmonies of #360C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C71

Black with #360C71

Text Example


Text Example

White with #360C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360C71; }

 p { color: rgb(54,12,113); }

 H1.HeaderClassName
 {
   color: #360C71;
 }
 .AnyTagClassName
 {
   color: #360C71;
 }
</style>

background-color css

<style>
 a { background-color: #360C71; }

 a { background-color: rgb(54,12,113); }

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

border-color css

<style>
 span { border-color: #360C71; }

 span { border-color: rgb(54,12,113); }

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