Html Css Color HEX #360D72 Persian Indigo

📋 copy color: '#360D72'

red 54 ◦ green 13 ◦ blue 114

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

Shades of Persian Indigo #360D72

Tints of Persian Indigo #360D72

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.18%

 BLUE value IS 114 (44.92% from 255) = 62.98%

R = 29.83%
G = 7.18%
B = 62.98%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#360D72 (or 0x360D72) is known color: Persian Indigo. HEX triplet: 36, 0D and 72. RGB value is (54,13,114). Sum of RGB (Red+Green+Blue) = 54+13+114=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #360D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D72 is #C9F28D. Grayscale: #242424. Windows color (decimal): -13234830 or 7474486. OLE color: 7474486.

HSL color Cylindrical-coordinate representation of color #360D72: hue angle of 264.36º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360D72 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 13 114 -
CMYK 0.53 0.89 0 0.55
HSL 264.36º 0.8% 0.25% -
HSV(B) 264.36º 0.89% 0.45% -
XYZ 4.7 2.29 16.11 -
YUV 36.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 54 13 114 0.53 0.89 0 0.55 264.36 0.8 0.25
Hex 36 D 72 35 59 0 37 108 50 19
Octal 66 15 162 65 131 0 67 410 120 31
Binary 110110 1101 1110010 110101 1011001 0 110111 100001000 1010000 11001

Color Harmonies of #360D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D72

Black with #360D72

Text Example


Text Example

White with #360D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,114); }

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

background-color css

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

 a { background-color: rgb(54,13,114); }

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

border-color css

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

 span { border-color: rgb(54,13,114); }

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