Html Css Color HEX #361981 Persian Indigo

📋 copy color: '#361981'

red 54 ◦ green 25 ◦ blue 129

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

Shades of Persian Indigo #361981

Tints of Persian Indigo #361981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

 BLUE value IS 129 (50.78% from 255) = 62.02%

R = 25.96%
G = 12.02%
B = 62.02%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361981 (or 0x361981) is known color: Persian Indigo. HEX triplet: 36, 19 and 81. RGB value is (54,25,129). Sum of RGB (Red+Green+Blue) = 54+25+129=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 129 (50.78% from 255 or 62.02% from 208); Max value from RGB is 129 - color contains mainly: blue. Hex color #361981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361981 is #C9E67E. Grayscale: #2D2D2D. Windows color (decimal): -13231743 or 8460598. OLE color: 8460598.

HSL color Cylindrical-coordinate representation of color #361981: hue angle of 256.73º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361981 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 25 129 -
CMYK 0.58 0.81 0 0.49
HSL 256.73º 0.68% 0.3% -
HSV(B) 256.73º 0.81% 0.51% -
XYZ 5.83 3.06 21.05 -
YUV 45.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 54 25 129 0.58 0.81 0 0.49 256.73 0.68 0.3
Hex 36 19 81 3A 51 0 31 101 44 1E
Octal 66 31 201 72 121 0 61 401 104 36
Binary 110110 11001 10000001 111010 1010001 0 110001 100000001 1000100 11110

Color Harmonies of #361981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361981

Black with #361981

Text Example


Text Example

White with #361981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361981; }

 p { color: rgb(54,25,129); }

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

background-color css

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

 a { background-color: rgb(54,25,129); }

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

border-color css

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

 span { border-color: rgb(54,25,129); }

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