Html Css Color HEX #360997 Persian Indigo

📋 copy color: '#360997'

red 54 ◦ green 9 ◦ blue 151

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

Shades of Persian Indigo #360997

Tints of Persian Indigo #360997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 70.56%

R = 25.23%
G = 4.21%
B = 70.56%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360997 (or 0x360997) is known color: Persian Indigo. HEX triplet: 36, 09 and 97. RGB value is (54,9,151). Sum of RGB (Red+Green+Blue) = 54+9+151=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 151 (59.38% from 255 or 70.56% from 214); Max value from RGB is 151 - color contains mainly: blue. Hex color #360997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360997 is #C9F668. Grayscale: #262626. Windows color (decimal): -13235817 or 9898294. OLE color: 9898294.

HSL color Cylindrical-coordinate representation of color #360997: hue angle of 259.01º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360997 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 9 151 -
CMYK 0.64 0.94 0 0.41
HSL 259.01º 0.89% 0.31% -
HSV(B) 259.01º 0.94% 0.59% -
XYZ 7.2 3.21 29.52 -
YUV 38.64 191.41 138.95 -
System Red Green Blue C M Y K H S L
Decimal 54 9 151 0.64 0.94 0 0.41 259.01 0.89 0.31
Hex 36 9 97 40 5E 0 29 103 59 1F
Octal 66 11 227 100 136 0 51 403 131 37
Binary 110110 1001 10010111 1000000 1011110 0 101001 100000011 1011001 11111

Color Harmonies of #360997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360997

Black with #360997

Text Example


Text Example

White with #360997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360997; }

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

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

background-color css

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

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

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

border-color css

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

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

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