Html Css Color HEX #360176 Persian Indigo

📋 copy color: '#360176'

red 54 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #360176

Tints of Persian Indigo #360176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 31.21%
G = 0.58%
B = 68.21%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#360176 (or 0x360176) is known color: Persian Indigo. HEX triplet: 36, 01 and 76. RGB value is (54,1,118). Sum of RGB (Red+Green+Blue) = 54+1+118=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #360176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360176 is #C9FE89. Grayscale: #1D1D1D. Windows color (decimal): -13237898 or 7733558. OLE color: 7733558.

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

Color convert

RGB 54 1 118 -
CMYK 0.54 0.99 0 0.54
HSL 267.18º 0.98% 0.23% -
HSV(B) 267.18º 0.99% 0.46% -
XYZ 4.8 2.11 17.29 -
YUV 30.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 54 1 118 0.54 0.99 0 0.54 267.18 0.98 0.23
Hex 36 1 76 36 63 0 36 10B 62 17
Octal 66 1 166 66 143 0 66 413 142 27
Binary 110110 1 1110110 110110 1100011 0 110110 100001011 1100010 10111

Color Harmonies of #360176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360176

Black with #360176

Text Example


Text Example

White with #360176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360176; }

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

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

background-color css

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

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

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

border-color css

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

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

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