Html Css Color HEX #360C79 Persian Indigo

📋 copy color: '#360C79'

red 54 ◦ green 12 ◦ blue 121

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

Shades of Persian Indigo #360C79

Tints of Persian Indigo #360C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 64.71%

R = 28.88%
G = 6.42%
B = 64.71%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360C79 (or 0x360C79) is known color: Persian Indigo. HEX triplet: 36, 0C and 79. RGB value is (54,12,121). Sum of RGB (Red+Green+Blue) = 54+12+121=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #360C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360C79 is #C9F386. Grayscale: #242424. Windows color (decimal): -13235079 or 7932982. OLE color: 7932982.

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

Color convert

RGB 54 12 121 -
CMYK 0.55 0.90 0 0.53
HSL 263.12º 0.82% 0.26% -
HSV(B) 263.12º 0.9% 0.47% -
XYZ 5.1 2.43 18.29 -
YUV 36.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 54 12 121 0.55 0.90 0 0.53 263.12 0.82 0.26
Hex 36 C 79 37 5A 0 35 107 52 1A
Octal 66 14 171 67 132 0 65 407 122 32
Binary 110110 1100 1111001 110111 1011010 0 110101 100000111 1010010 11010

Color Harmonies of #360C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360C79

Black with #360C79

Text Example


Text Example

White with #360C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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