Html Css Color HEX #330889 Persian Indigo

📋 copy color: '#330889'

red 51 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #330889

Tints of Persian Indigo #330889

RGB

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

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

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

R = 26.02%
G = 4.08%
B = 69.9%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#330889 (or 0x330889) is known color: Persian Indigo. HEX triplet: 33, 08 and 89. RGB value is (51,8,137). Sum of RGB (Red+Green+Blue) = 51+8+137=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #330889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330889 is #CCF776. Grayscale: #232323. Windows color (decimal): -13432695 or 8980531. OLE color: 8980531.

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

Color convert

RGB 51 8 137 -
CMYK 0.63 0.94 0 0.46
HSL 260º 0.89% 0.28% -
HSV(B) 260º 0.94% 0.54% -
XYZ 5.97 2.68 23.87 -
YUV 35.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 51 8 137 0.63 0.94 0 0.46 260 0.89 0.28
Hex 33 8 89 3F 5E 0 2E 104 59 1C
Octal 63 10 211 77 136 0 56 404 131 34
Binary 110011 1000 10001001 111111 1011110 0 101110 100000100 1011001 11100

Color Harmonies of #330889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330889

Black with #330889

Text Example


Text Example

White with #330889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330889; }

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

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

background-color css

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

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

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

border-color css

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

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

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