Html Css Color HEX #330696 Persian Indigo

📋 copy color: '#330696'

red 51 ◦ green 6 ◦ blue 150

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

Shades of Persian Indigo #330696

Tints of Persian Indigo #330696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

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

R = 24.64%
G = 2.9%
B = 72.46%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#330696 (or 0x330696) is known color: Persian Indigo. HEX triplet: 33, 06 and 96. RGB value is (51,6,150). Sum of RGB (Red+Green+Blue) = 51+6+150=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #330696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330696 is #CCF969. Grayscale: #232323. Windows color (decimal): -13433194 or 9831987. OLE color: 9831987.

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

Color convert

RGB 51 6 150 -
CMYK 0.66 0.96 0 0.41
HSL 258.75º 0.92% 0.31% -
HSV(B) 258.75º 0.96% 0.59% -
XYZ 6.94 3.04 29.07 -
YUV 35.87 192.41 138.79 -
System Red Green Blue C M Y K H S L
Decimal 51 6 150 0.66 0.96 0 0.41 258.75 0.92 0.31
Hex 33 6 96 42 60 0 29 103 5C 1F
Octal 63 6 226 102 140 0 51 403 134 37
Binary 110011 110 10010110 1000010 1100000 0 101001 100000011 1011100 11111

Color Harmonies of #330696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330696

Black with #330696

Text Example


Text Example

White with #330696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330696; }

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

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

background-color css

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

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

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

border-color css

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

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

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