Html Css Color HEX #360970 Persian Indigo

📋 copy color: '#360970'

red 54 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #360970

Tints of Persian Indigo #360970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 112 (44.14% from 255) = 64%

R = 30.86%
G = 5.14%
B = 64%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360970 (or 0x360970) is known color: Persian Indigo. HEX triplet: 36, 09 and 70. RGB value is (54,9,112). Sum of RGB (Red+Green+Blue) = 54+9+112=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #360970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360970 is #C9F68F. Grayscale: #212121. Windows color (decimal): -13235856 or 7342390. OLE color: 7342390.

HSL color Cylindrical-coordinate representation of color #360970: hue angle of 266.21º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #360970 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 9 112 -
CMYK 0.52 0.92 0 0.56
HSL 266.21º 0.85% 0.24% -
HSV(B) 266.21º 0.92% 0.44% -
XYZ 4.54 2.15 15.5 -
YUV 34.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 54 9 112 0.52 0.92 0 0.56 266.21 0.85 0.24
Hex 36 9 70 34 5C 0 38 10A 55 18
Octal 66 11 160 64 134 0 70 412 125 30
Binary 110110 1001 1110000 110100 1011100 0 111000 100001010 1010101 11000

Color Harmonies of #360970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360970

Black with #360970

Text Example


Text Example

White with #360970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360970; }

 p { color: rgb(54,9,112); }

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

background-color css

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

 a { background-color: rgb(54,9,112); }

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

border-color css

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

 span { border-color: rgb(54,9,112); }

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