Html Css Color HEX #330099 Persian Indigo

📋 copy color: '#330099'

red 51 ◦ green 0 ◦ blue 153

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

Shades of Persian Indigo #330099

Tints of Persian Indigo #330099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#330099 (or 0x330099) is known color: Persian Indigo. HEX triplet: 33, 00 and 99. RGB value is (51,0,153). Sum of RGB (Red+Green+Blue) = 51+0+153=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #330099 is a web safe color. Inversed color of #330099 is #CCFF66. Grayscale: #202020. Windows color (decimal): -13434727 or 10027059. OLE color: 10027059.

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

Color convert

RGB 51 0 153 -
CMYK 0.67 1 0 0.4
HSL 260º 1% 0.3% -
HSV(B) 260º 1% 0.6% -
XYZ 7.12 3 30.34 -
YUV 32.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 51 0 153 0.67 1 0 0.4 260 1 0.3
Hex 33 0 99 43 64 0 28 104 64 1E
Octal 63 0 231 103 144 0 50 404 144 36
Binary 110011 0 10011001 1000011 1100100 0 101000 100000100 1100100 11110

Color Harmonies of #330099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330099

Black with #330099

Text Example


Text Example

White with #330099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330099; }

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

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

background-color css

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

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

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

border-color css

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

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

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