Html Css Color HEX #360D78 Persian Indigo

📋 copy color: '#360D78'

red 54 ◦ green 13 ◦ blue 120

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

Shades of Persian Indigo #360D78

Tints of Persian Indigo #360D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 28.88%
G = 6.95%
B = 64.17%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360D78 (or 0x360D78) is known color: Persian Indigo. HEX triplet: 36, 0D and 78. RGB value is (54,13,120). Sum of RGB (Red+Green+Blue) = 54+13+120=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #360D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360D78 is #C9F287. Grayscale: #252525. Windows color (decimal): -13234824 or 7867702. OLE color: 7867702.

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

Color convert

RGB 54 13 120 -
CMYK 0.55 0.89 0 0.53
HSL 262.99º 0.8% 0.26% -
HSV(B) 262.99º 0.89% 0.47% -
XYZ 5.06 2.43 17.97 -
YUV 37.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 54 13 120 0.55 0.89 0 0.53 262.99 0.8 0.26
Hex 36 D 78 37 59 0 35 107 50 1A
Octal 66 15 170 67 131 0 65 407 120 32
Binary 110110 1101 1111000 110111 1011001 0 110101 100000111 1010000 11010

Color Harmonies of #360D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360D78

Black with #360D78

Text Example


Text Example

White with #360D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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