Html Css Color HEX #330896 Persian Indigo

📋 copy color: '#330896'

red 51 ◦ green 8 ◦ blue 150

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

Shades of Persian Indigo #330896

Tints of Persian Indigo #330896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 71.77%

R = 24.4%
G = 3.83%
B = 71.77%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330896 (or 0x330896) is known color: Persian Indigo. HEX triplet: 33, 08 and 96. RGB value is (51,8,150). Sum of RGB (Red+Green+Blue) = 51+8+150=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #330896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330896 is #CCF769. Grayscale: #242424. Windows color (decimal): -13432682 or 9832499. OLE color: 9832499.

HSL color Cylindrical-coordinate representation of color #330896: hue angle of 258.17º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330896 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 8 150 -
CMYK 0.66 0.95 0 0.41
HSL 258.17º 0.9% 0.31% -
HSV(B) 258.17º 0.95% 0.59% -
XYZ 6.96 3.08 29.08 -
YUV 37.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 51 8 150 0.66 0.95 0 0.41 258.17 0.9 0.31
Hex 33 8 96 42 5F 0 29 102 5A 1F
Octal 63 10 226 102 137 0 51 402 132 37
Binary 110011 1000 10010110 1000010 1011111 0 101001 100000010 1011010 11111

Color Harmonies of #330896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330896

Black with #330896

Text Example


Text Example

White with #330896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330896; }

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

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

background-color css

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

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

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

border-color css

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

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

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