Html Css Color HEX #361982 Persian Indigo

📋 copy color: '#361982'

red 54 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #361982

Tints of Persian Indigo #361982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 62.2%

R = 25.84%
G = 11.96%
B = 62.2%

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

#361982 (or 0x361982) is known color: Persian Indigo. HEX triplet: 36, 19 and 82. RGB value is (54,25,130). Sum of RGB (Red+Green+Blue) = 54+25+130=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #361982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361982 is #C9E67D. Grayscale: #2D2D2D. Windows color (decimal): -13231742 or 8526134. OLE color: 8526134.

HSL color Cylindrical-coordinate representation of color #361982: hue angle of 256.57º 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 #361982 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 25 130 -
CMYK 0.58 0.81 0 0.49
HSL 256.57º 0.68% 0.3% -
HSV(B) 256.57º 0.81% 0.51% -
XYZ 5.9 3.09 21.4 -
YUV 45.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 54 25 130 0.58 0.81 0 0.49 256.57 0.68 0.3
Hex 36 19 82 3A 51 0 31 101 44 1E
Octal 66 31 202 72 121 0 61 401 104 36
Binary 110110 11001 10000010 111010 1010001 0 110001 100000001 1000100 11110

Color Harmonies of #361982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361982

Black with #361982

Text Example


Text Example

White with #361982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361982; }

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

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

background-color css

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

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

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

border-color css

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

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

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