Html Css Color HEX #361471 Persian Indigo

📋 copy color: '#361471'

red 54 ◦ green 20 ◦ blue 113

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

Shades of Persian Indigo #361471

Tints of Persian Indigo #361471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 28.88%
G = 10.7%
B = 60.43%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361471 (or 0x361471) is known color: Persian Indigo. HEX triplet: 36, 14 and 71. RGB value is (54,20,113). Sum of RGB (Red+Green+Blue) = 54+20+113=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #361471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361471 is #C9EB8E. Grayscale: #282828. Windows color (decimal): -13233039 or 7410742. OLE color: 7410742.

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

Color convert

RGB 54 20 113 -
CMYK 0.52 0.82 0 0.56
HSL 261.94º 0.7% 0.26% -
HSV(B) 261.94º 0.82% 0.44% -
XYZ 4.75 2.48 15.85 -
YUV 40.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 54 20 113 0.52 0.82 0 0.56 261.94 0.7 0.26
Hex 36 14 71 34 52 0 38 106 46 1A
Octal 66 24 161 64 122 0 70 406 106 32
Binary 110110 10100 1110001 110100 1010010 0 111000 100000110 1000110 11010

Color Harmonies of #361471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361471

Black with #361471

Text Example


Text Example

White with #361471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361471; }

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

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

background-color css

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

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

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

border-color css

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

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

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