Html Css Color HEX #360096 Persian Indigo

📋 copy color: '#360096'

red 54 ◦ green 0 ◦ blue 150

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

Shades of Persian Indigo #360096

Tints of Persian Indigo #360096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.47%
G = 0%
B = 73.53%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#360096 (or 0x360096) is known color: Persian Indigo. HEX triplet: 36, 00 and 96. RGB value is (54,0,150). Sum of RGB (Red+Green+Blue) = 54+0+150=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #360096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360096 is #C9FF69. Grayscale: #202020. Windows color (decimal): -13238122 or 9830454. OLE color: 9830454.

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

Color convert

RGB 54 0 150 -
CMYK 0.64 1 0 0.41
HSL 261.6º 1% 0.29% -
HSV(B) 261.6º 1% 0.59% -
XYZ 7.03 2.99 29.06 -
YUV 33.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 54 0 150 0.64 1 0 0.41 261.6 1 0.29
Hex 36 0 96 40 64 0 29 106 64 1D
Octal 66 0 226 100 144 0 51 406 144 35
Binary 110110 0 10010110 1000000 1100100 0 101001 100000110 1100100 11101

Color Harmonies of #360096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360096

Black with #360096

Text Example


Text Example

White with #360096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360096; }

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

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

background-color css

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

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

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

border-color css

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

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

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