Html Css Color HEX #330196 Persian Indigo

📋 copy color: '#330196'

red 51 ◦ green 1 ◦ blue 150

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

Shades of Persian Indigo #330196

Tints of Persian Indigo #330196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 25.25%
G = 0.5%
B = 74.26%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330196 (or 0x330196) is known color: Persian Indigo. HEX triplet: 33, 01 and 96. RGB value is (51,1,150). Sum of RGB (Red+Green+Blue) = 51+1+150=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 150 (58.98% from 255 or 74.26% from 202); Max value from RGB is 150 - color contains mainly: blue. Hex color #330196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330196 is #CCFE69. Grayscale: #202020. Windows color (decimal): -13434474 or 9830707. OLE color: 9830707.

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

Color convert

RGB 51 1 150 -
CMYK 0.66 0.99 0 0.41
HSL 260.13º 0.99% 0.3% -
HSV(B) 260.13º 0.99% 0.59% -
XYZ 6.88 2.93 29.06 -
YUV 32.94 194.07 140.88 -
System Red Green Blue C M Y K H S L
Decimal 51 1 150 0.66 0.99 0 0.41 260.13 0.99 0.3
Hex 33 1 96 42 63 0 29 104 63 1E
Octal 63 1 226 102 143 0 51 404 143 36
Binary 110011 1 10010110 1000010 1100011 0 101001 100000100 1100011 11110

Color Harmonies of #330196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330196

Black with #330196

Text Example


Text Example

White with #330196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330196; }

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

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

background-color css

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

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

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

border-color css

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

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

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