Html Css Color HEX #360396 Persian Indigo

📋 copy color: '#360396'

red 54 ◦ green 3 ◦ blue 150

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

Shades of Persian Indigo #360396

Tints of Persian Indigo #360396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

 BLUE value IS 150 (58.98% from 255) = 72.46%

R = 26.09%
G = 1.45%
B = 72.46%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360396 (or 0x360396) is known color: Persian Indigo. HEX triplet: 36, 03 and 96. RGB value is (54,3,150). Sum of RGB (Red+Green+Blue) = 54+3+150=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #360396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360396 is #C9FC69. Grayscale: #222222. Windows color (decimal): -13237354 or 9831222. OLE color: 9831222.

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

Color convert

RGB 54 3 150 -
CMYK 0.64 0.98 0 0.41
HSL 260.82º 0.96% 0.3% -
HSV(B) 260.82º 0.98% 0.59% -
XYZ 7.06 3.05 29.07 -
YUV 35.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 54 3 150 0.64 0.98 0 0.41 260.82 0.96 0.3
Hex 36 3 96 40 62 0 29 105 60 1E
Octal 66 3 226 100 142 0 51 405 140 36
Binary 110110 11 10010110 1000000 1100010 0 101001 100000101 1100000 11110

Color Harmonies of #360396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360396

Black with #360396

Text Example


Text Example

White with #360396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360396; }

 p { color: rgb(54,3,150); }

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

background-color css

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

 a { background-color: rgb(54,3,150); }

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

border-color css

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

 span { border-color: rgb(54,3,150); }

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