Html Css Color HEX #330891 Persian Indigo

📋 copy color: '#330891'

red 51 ◦ green 8 ◦ blue 145

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

Shades of Persian Indigo #330891

Tints of Persian Indigo #330891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 25%
G = 3.92%
B = 71.08%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#330891 (or 0x330891) is known color: Persian Indigo. HEX triplet: 33, 08 and 91. RGB value is (51,8,145). Sum of RGB (Red+Green+Blue) = 51+8+145=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #330891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330891 is #CCF76E. Grayscale: #232323. Windows color (decimal): -13432687 or 9504819. OLE color: 9504819.

HSL color Cylindrical-coordinate representation of color #330891: hue angle of 258.83º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330891 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 8 145 -
CMYK 0.65 0.94 0 0.43
HSL 258.83º 0.9% 0.3% -
HSV(B) 258.83º 0.94% 0.57% -
XYZ 6.56 2.92 27.01 -
YUV 36.48 189.25 138.36 -
System Red Green Blue C M Y K H S L
Decimal 51 8 145 0.65 0.94 0 0.43 258.83 0.9 0.3
Hex 33 8 91 41 5E 0 2B 103 5A 1E
Octal 63 10 221 101 136 0 53 403 132 36
Binary 110011 1000 10010001 1000001 1011110 0 101011 100000011 1011010 11110

Color Harmonies of #330891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330891

Black with #330891

Text Example


Text Example

White with #330891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330891; }

 p { color: rgb(51,8,145); }

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

background-color css

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

 a { background-color: rgb(51,8,145); }

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

border-color css

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

 span { border-color: rgb(51,8,145); }

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