Html Css Color HEX #331982 Persian Indigo

📋 copy color: '#331982'

red 51 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #331982

Tints of Persian Indigo #331982

RGB

 RED value IS 51 (20.31% from 255) = 24.76%

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

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

R = 24.76%
G = 12.14%
B = 63.11%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#331982 (or 0x331982) is known color: Persian Indigo. HEX triplet: 33, 19 and 82. RGB value is (51,25,130). Sum of RGB (Red+Green+Blue) = 51+25+130=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #331982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331982 is #CCE67D. Grayscale: #2C2C2C. Windows color (decimal): -13428350 or 8526131. OLE color: 8526131.

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

Color convert

RGB 51 25 130 -
CMYK 0.61 0.81 0 0.49
HSL 254.86º 0.68% 0.3% -
HSV(B) 254.86º 0.81% 0.51% -
XYZ 5.74 3.01 21.4 -
YUV 44.74 176.11 132.46 -
System Red Green Blue C M Y K H S L
Decimal 51 25 130 0.61 0.81 0 0.49 254.86 0.68 0.3
Hex 33 19 82 3D 51 0 31 FF 44 1E
Octal 63 31 202 75 121 0 61 377 104 36
Binary 110011 11001 10000010 111101 1010001 0 110001 11111111 1000100 11110

Color Harmonies of #331982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331982

Black with #331982

Text Example


Text Example

White with #331982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331982; }

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

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

background-color css

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

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

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

border-color css

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

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

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