Html Css Color HEX #360296 Persian Indigo

📋 copy color: '#360296'

red 54 ◦ green 2 ◦ blue 150

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

Shades of Persian Indigo #360296

Tints of Persian Indigo #360296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 26.21%
G = 0.97%
B = 72.82%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360296 (or 0x360296) is known color: Persian Indigo. HEX triplet: 36, 02 and 96. RGB value is (54,2,150). Sum of RGB (Red+Green+Blue) = 54+2+150=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 150 (58.98% from 255 or 72.82% from 206); Max value from RGB is 150 - color contains mainly: blue. Hex color #360296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360296 is #C9FD69. Grayscale: #212121. Windows color (decimal): -13237610 or 9830966. OLE color: 9830966.

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

Color convert

RGB 54 2 150 -
CMYK 0.64 0.99 0 0.41
HSL 261.08º 0.97% 0.3% -
HSV(B) 261.08º 0.99% 0.59% -
XYZ 7.05 3.03 29.07 -
YUV 34.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 54 2 150 0.64 0.99 0 0.41 261.08 0.97 0.3
Hex 36 2 96 40 63 0 29 105 61 1E
Octal 66 2 226 100 143 0 51 405 141 36
Binary 110110 10 10010110 1000000 1100011 0 101001 100000101 1100001 11110

Color Harmonies of #360296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360296

Black with #360296

Text Example


Text Example

White with #360296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360296; }

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

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

background-color css

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

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

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

border-color css

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

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

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