Html Css Color HEX #360076 Persian Indigo

📋 copy color: '#360076'

red 54 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #360076

Tints of Persian Indigo #360076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 68.6%

R = 31.4%
G = 0%
B = 68.6%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360076 (or 0x360076) is known color: Persian Indigo. HEX triplet: 36, 00 and 76. RGB value is (54,0,118). Sum of RGB (Red+Green+Blue) = 54+0+118=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #360076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360076 is #C9FF89. Grayscale: #1D1D1D. Windows color (decimal): -13238154 or 7733302. OLE color: 7733302.

HSL color Cylindrical-coordinate representation of color #360076: hue angle of 267.46º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360076 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 0 118 -
CMYK 0.54 1 0 0.54
HSL 267.46º 1% 0.23% -
HSV(B) 267.46º 1% 0.46% -
XYZ 4.79 2.09 17.29 -
YUV 29.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 54 0 118 0.54 1 0 0.54 267.46 1 0.23
Hex 36 0 76 36 64 0 36 10B 64 17
Octal 66 0 166 66 144 0 66 413 144 27
Binary 110110 0 1110110 110110 1100100 0 110110 100001011 1100100 10111

Color Harmonies of #360076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360076

Black with #360076

Text Example


Text Example

White with #360076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360076; }

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

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

background-color css

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

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

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

border-color css

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

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

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