Html Css Color HEX #331484 Persian Indigo

📋 copy color: '#331484'

red 51 ◦ green 20 ◦ blue 132

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

Shades of Persian Indigo #331484

Tints of Persian Indigo #331484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 25.12%
G = 9.85%
B = 65.02%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#331484 (or 0x331484) is known color: Persian Indigo. HEX triplet: 33, 14 and 84. RGB value is (51,20,132). Sum of RGB (Red+Green+Blue) = 51+20+132=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #331484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331484 is #CCEB7B. Grayscale: #292929. Windows color (decimal): -13429628 or 8655923. OLE color: 8655923.

HSL color Cylindrical-coordinate representation of color #331484: hue angle of 256.61º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331484 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 20 132 -
CMYK 0.61 0.85 0 0.48
HSL 256.61º 0.74% 0.3% -
HSV(B) 256.61º 0.85% 0.52% -
XYZ 5.78 2.87 22.08 -
YUV 42.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 51 20 132 0.61 0.85 0 0.48 256.61 0.74 0.3
Hex 33 14 84 3D 55 0 30 101 4A 1E
Octal 63 24 204 75 125 0 60 401 112 36
Binary 110011 10100 10000100 111101 1010101 0 110000 100000001 1001010 11110

Color Harmonies of #331484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331484

Black with #331484

Text Example


Text Example

White with #331484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331484; }

 p { color: rgb(51,20,132); }

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

background-color css

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

 a { background-color: rgb(51,20,132); }

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

border-color css

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

 span { border-color: rgb(51,20,132); }

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