Html Css Color HEX #330699 Persian Indigo

📋 copy color: '#330699'

red 51 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #330699

Tints of Persian Indigo #330699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.86%

R = 24.29%
G = 2.86%
B = 72.86%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#330699 (or 0x330699) is known color: Persian Indigo. HEX triplet: 33, 06 and 99. RGB value is (51,6,153). Sum of RGB (Red+Green+Blue) = 51+6+153=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #330699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330699 is #CCF966. Grayscale: #232323. Windows color (decimal): -13433191 or 10028595. OLE color: 10028595.

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

Color convert

RGB 51 6 153 -
CMYK 0.67 0.96 0 0.4
HSL 258.37º 0.92% 0.31% -
HSV(B) 258.37º 0.96% 0.6% -
XYZ 7.18 3.13 30.36 -
YUV 36.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 51 6 153 0.67 0.96 0 0.4 258.37 0.92 0.31
Hex 33 6 99 43 60 0 28 102 5C 1F
Octal 63 6 231 103 140 0 50 402 134 37
Binary 110011 110 10011001 1000011 1100000 0 101000 100000010 1011100 11111

Color Harmonies of #330699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330699

Black with #330699

Text Example


Text Example

White with #330699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330699; }

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

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

background-color css

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

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

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

border-color css

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

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

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