Html Css Color HEX #360471 Persian Indigo

📋 copy color: '#360471'

red 54 ◦ green 4 ◦ blue 113

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

Shades of Persian Indigo #360471

Tints of Persian Indigo #360471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 113 (44.53% from 255) = 66.08%

R = 31.58%
G = 2.34%
B = 66.08%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#360471 (or 0x360471) is known color: Persian Indigo. HEX triplet: 36, 04 and 71. RGB value is (54,4,113). Sum of RGB (Red+Green+Blue) = 54+4+113=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #360471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360471 is #C9FB8E. Grayscale: #1E1E1E. Windows color (decimal): -13237135 or 7406646. OLE color: 7406646.

HSL color Cylindrical-coordinate representation of color #360471: hue angle of 267.52º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #360471 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 4 113 -
CMYK 0.52 0.96 0 0.56
HSL 267.52º 0.93% 0.23% -
HSV(B) 267.52º 0.96% 0.44% -
XYZ 4.55 2.06 15.78 -
YUV 31.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 54 4 113 0.52 0.96 0 0.56 267.52 0.93 0.23
Hex 36 4 71 34 60 0 38 10C 5D 17
Octal 66 4 161 64 140 0 70 414 135 27
Binary 110110 100 1110001 110100 1100000 0 111000 100001100 1011101 10111

Color Harmonies of #360471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360471

Black with #360471

Text Example


Text Example

White with #360471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360471; }

 p { color: rgb(54,4,113); }

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

background-color css

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

 a { background-color: rgb(54,4,113); }

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

border-color css

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

 span { border-color: rgb(54,4,113); }

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