Html Css Color HEX #360497 Persian Indigo

📋 copy color: '#360497'

red 54 ◦ green 4 ◦ blue 151

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

Shades of Persian Indigo #360497

Tints of Persian Indigo #360497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.91%

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

R = 25.84%
G = 1.91%
B = 72.25%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360497 (or 0x360497) is known color: Persian Indigo. HEX triplet: 36, 04 and 97. RGB value is (54,4,151). Sum of RGB (Red+Green+Blue) = 54+4+151=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 151 (59.38% from 255 or 72.25% from 209); Max value from RGB is 151 - color contains mainly: blue. Hex color #360497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360497 is #C9FB68. Grayscale: #232323. Windows color (decimal): -13237097 or 9897014. OLE color: 9897014.

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

Color convert

RGB 54 4 151 -
CMYK 0.64 0.97 0 0.41
HSL 260.41º 0.95% 0.3% -
HSV(B) 260.41º 0.97% 0.59% -
XYZ 7.15 3.11 29.5 -
YUV 35.71 193.07 141.05 -
System Red Green Blue C M Y K H S L
Decimal 54 4 151 0.64 0.97 0 0.41 260.41 0.95 0.3
Hex 36 4 97 40 61 0 29 104 5F 1E
Octal 66 4 227 100 141 0 51 404 137 36
Binary 110110 100 10010111 1000000 1100001 0 101001 100000100 1011111 11110

Color Harmonies of #360497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360497

Black with #360497

Text Example


Text Example

White with #360497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360497; }

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

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

background-color css

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

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

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

border-color css

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

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

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