Html Css Color HEX #330396 Persian Indigo

📋 copy color: '#330396'

red 51 ◦ green 3 ◦ blue 150

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

Shades of Persian Indigo #330396

Tints of Persian Indigo #330396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 25%
G = 1.47%
B = 73.53%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330396 (or 0x330396) is known color: Persian Indigo. HEX triplet: 33, 03 and 96. RGB value is (51,3,150). Sum of RGB (Red+Green+Blue) = 51+3+150=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 150 (58.98% from 255 or 73.53% from 204); Max value from RGB is 150 - color contains mainly: blue. Hex color #330396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330396 is #CCFC69. Grayscale: #212121. Windows color (decimal): -13433962 or 9831219. OLE color: 9831219.

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

Color convert

RGB 51 3 150 -
CMYK 0.66 0.98 0 0.41
HSL 259.59º 0.96% 0.3% -
HSV(B) 259.59º 0.98% 0.59% -
XYZ 6.9 2.97 29.06 -
YUV 34.11 193.4 140.05 -
System Red Green Blue C M Y K H S L
Decimal 51 3 150 0.66 0.98 0 0.41 259.59 0.96 0.3
Hex 33 3 96 42 62 0 29 104 60 1E
Octal 63 3 226 102 142 0 51 404 140 36
Binary 110011 11 10010110 1000010 1100010 0 101001 100000100 1100000 11110

Color Harmonies of #330396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330396

Black with #330396

Text Example


Text Example

White with #330396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330396; }

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

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

background-color css

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

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

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

border-color css

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

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

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