Html Css Color HEX #331289 Persian Indigo

📋 copy color: '#331289'

red 51 ◦ green 18 ◦ blue 137

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

Shades of Persian Indigo #331289

Tints of Persian Indigo #331289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.74%

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

R = 24.76%
G = 8.74%
B = 66.5%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331289 (or 0x331289) is known color: Persian Indigo. HEX triplet: 33, 12 and 89. RGB value is (51,18,137). Sum of RGB (Red+Green+Blue) = 51+18+137=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #331289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331289 is #CCED76. Grayscale: #282828. Windows color (decimal): -13430135 or 8983091. OLE color: 8983091.

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

Color convert

RGB 51 18 137 -
CMYK 0.63 0.87 0 0.46
HSL 256.64º 0.77% 0.3% -
HSV(B) 256.64º 0.87% 0.54% -
XYZ 6.1 2.94 23.91 -
YUV 41.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 51 18 137 0.63 0.87 0 0.46 256.64 0.77 0.3
Hex 33 12 89 3F 57 0 2E 101 4D 1E
Octal 63 22 211 77 127 0 56 401 115 36
Binary 110011 10010 10001001 111111 1010111 0 101110 100000001 1001101 11110

Color Harmonies of #331289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331289

Black with #331289

Text Example


Text Example

White with #331289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331289; }

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

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

background-color css

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

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

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

border-color css

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

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

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