Html Css Color HEX #330296 Persian Indigo

📋 copy color: '#330296'

red 51 ◦ green 2 ◦ blue 150

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

Shades of Persian Indigo #330296

Tints of Persian Indigo #330296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

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

R = 25.12%
G = 0.99%
B = 73.89%

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

#330296 (or 0x330296) is known color: Persian Indigo. HEX triplet: 33, 02 and 96. RGB value is (51,2,150). Sum of RGB (Red+Green+Blue) = 51+2+150=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #330296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330296 is #CCFD69. Grayscale: #202020. Windows color (decimal): -13434218 or 9830963. OLE color: 9830963.

HSL color Cylindrical-coordinate representation of color #330296: hue angle of 259.86º degrees, saturation: 0.97, 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 #330296 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 2 150 -
CMYK 0.66 0.99 0 0.41
HSL 259.86º 0.97% 0.3% -
HSV(B) 259.86º 0.99% 0.59% -
XYZ 6.89 2.95 29.06 -
YUV 33.52 193.73 140.47 -
System Red Green Blue C M Y K H S L
Decimal 51 2 150 0.66 0.99 0 0.41 259.86 0.97 0.3
Hex 33 2 96 42 63 0 29 104 61 1E
Octal 63 2 226 102 143 0 51 404 141 36
Binary 110011 10 10010110 1000010 1100011 0 101001 100000100 1100001 11110

Color Harmonies of #330296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330296

Black with #330296

Text Example


Text Example

White with #330296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330296; }

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

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

background-color css

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

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

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

border-color css

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

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

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