Html Css Color HEX #330A96 Persian Indigo

📋 copy color: '#330A96'

red 51 ◦ green 10 ◦ blue 150

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

Shades of Persian Indigo #330A96

Tints of Persian Indigo #330A96

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

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

R = 24.17%
G = 4.74%
B = 71.09%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330A96 (or 0x330A96) is known color: Persian Indigo. HEX triplet: 33, 0A and 96. RGB value is (51,10,150). Sum of RGB (Red+Green+Blue) = 51+10+150=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #330A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330A96 is #CCF569. Grayscale: #252525. Windows color (decimal): -13432170 or 9833011. OLE color: 9833011.

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

Color convert

RGB 51 10 150 -
CMYK 0.66 0.93 0 0.41
HSL 257.57º 0.88% 0.31% -
HSV(B) 257.57º 0.93% 0.59% -
XYZ 6.98 3.12 29.09 -
YUV 38.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 51 10 150 0.66 0.93 0 0.41 257.57 0.88 0.31
Hex 33 A 96 42 5D 0 29 102 58 1F
Octal 63 12 226 102 135 0 51 402 130 37
Binary 110011 1010 10010110 1000010 1011101 0 101001 100000010 1011000 11111

Color Harmonies of #330A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A96

Black with #330A96

Text Example


Text Example

White with #330A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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