Html Css Color HEX #331089 Persian Indigo

📋 copy color: '#331089'

red 51 ◦ green 16 ◦ blue 137

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

Shades of Persian Indigo #331089

Tints of Persian Indigo #331089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 25%
G = 7.84%
B = 67.16%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#331089 (or 0x331089) is known color: Persian Indigo. HEX triplet: 33, 10 and 89. RGB value is (51,16,137). Sum of RGB (Red+Green+Blue) = 51+16+137=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #331089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331089 is #CCEF76. Grayscale: #272727. Windows color (decimal): -13430647 or 8982579. OLE color: 8982579.

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

Color convert

RGB 51 16 137 -
CMYK 0.63 0.88 0 0.46
HSL 257.36º 0.79% 0.3% -
HSV(B) 257.36º 0.88% 0.54% -
XYZ 6.07 2.88 23.9 -
YUV 40.26 182.6 135.66 -
System Red Green Blue C M Y K H S L
Decimal 51 16 137 0.63 0.88 0 0.46 257.36 0.79 0.3
Hex 33 10 89 3F 58 0 2E 101 4F 1E
Octal 63 20 211 77 130 0 56 401 117 36
Binary 110011 10000 10001001 111111 1011000 0 101110 100000001 1001111 11110

Color Harmonies of #331089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331089

Black with #331089

Text Example


Text Example

White with #331089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331089; }

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

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

background-color css

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

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

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

border-color css

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

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

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