Html Css Color HEX #331589 Persian Indigo

📋 copy color: '#331589'

red 51 ◦ green 21 ◦ blue 137

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

Shades of Persian Indigo #331589

Tints of Persian Indigo #331589

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.05%

 BLUE value IS 137 (53.91% from 255) = 65.55%

R = 24.4%
G = 10.05%
B = 65.55%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331589 (or 0x331589) is known color: Persian Indigo. HEX triplet: 33, 15 and 89. RGB value is (51,21,137). Sum of RGB (Red+Green+Blue) = 51+21+137=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #331589 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331589 is #CCEA76. Grayscale: #2A2A2A. Windows color (decimal): -13429367 or 8983859. OLE color: 8983859.

HSL color Cylindrical-coordinate representation of color #331589: hue angle of 255.52º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331589 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 21 137 -
CMYK 0.63 0.85 0 0.46
HSL 255.52º 0.73% 0.31% -
HSV(B) 255.52º 0.85% 0.54% -
XYZ 6.15 3.05 23.93 -
YUV 43.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 51 21 137 0.63 0.85 0 0.46 255.52 0.73 0.31
Hex 33 15 89 3F 55 0 2E 100 49 1F
Octal 63 25 211 77 125 0 56 400 111 37
Binary 110011 10101 10001001 111111 1010101 0 101110 100000000 1001001 11111

Color Harmonies of #331589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331589

Black with #331589

Text Example


Text Example

White with #331589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331589; }

 p { color: rgb(51,21,137); }

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

background-color css

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

 a { background-color: rgb(51,21,137); }

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

border-color css

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

 span { border-color: rgb(51,21,137); }

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