Html Css Color HEX #360797 Persian Indigo

📋 copy color: '#360797'

red 54 ◦ green 7 ◦ blue 151

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

Shades of Persian Indigo #360797

Tints of Persian Indigo #360797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.3%

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

R = 25.47%
G = 3.3%
B = 71.23%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360797 (or 0x360797) is known color: Persian Indigo. HEX triplet: 36, 07 and 97. RGB value is (54,7,151). Sum of RGB (Red+Green+Blue) = 54+7+151=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 151 (59.38% from 255 or 71.23% from 212); Max value from RGB is 151 - color contains mainly: blue. Hex color #360797 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360797 is #C9F868. Grayscale: #242424. Windows color (decimal): -13236329 or 9897782. OLE color: 9897782.

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

Color convert

RGB 54 7 151 -
CMYK 0.64 0.95 0 0.41
HSL 259.58º 0.91% 0.31% -
HSV(B) 259.58º 0.95% 0.59% -
XYZ 7.18 3.17 29.51 -
YUV 37.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 54 7 151 0.64 0.95 0 0.41 259.58 0.91 0.31
Hex 36 7 97 40 5F 0 29 104 5B 1F
Octal 66 7 227 100 137 0 51 404 133 37
Binary 110110 111 10010111 1000000 1011111 0 101001 100000100 1011011 11111

Color Harmonies of #360797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360797

Black with #360797

Text Example


Text Example

White with #360797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360797; }

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

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

background-color css

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

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

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

border-color css

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

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

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