Html Css Color HEX #330299 Persian Indigo

📋 copy color: '#330299'

red 51 ◦ green 2 ◦ blue 153

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

Shades of Persian Indigo #330299

Tints of Persian Indigo #330299

RGB

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

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

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

R = 24.76%
G = 0.97%
B = 74.27%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#330299 (or 0x330299) is known color: Persian Indigo. HEX triplet: 33, 02 and 99. RGB value is (51,2,153). Sum of RGB (Red+Green+Blue) = 51+2+153=206 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.76% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #330299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330299 is #CCFD66. Grayscale: #212121. Windows color (decimal): -13434215 or 10027571. OLE color: 10027571.

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

Color convert

RGB 51 2 153 -
CMYK 0.67 0.99 0 0.4
HSL 259.47º 0.97% 0.3% -
HSV(B) 259.47º 0.99% 0.6% -
XYZ 7.14 3.05 30.35 -
YUV 33.87 195.23 140.22 -
System Red Green Blue C M Y K H S L
Decimal 51 2 153 0.67 0.99 0 0.4 259.47 0.97 0.3
Hex 33 2 99 43 63 0 28 103 61 1E
Octal 63 2 231 103 143 0 50 403 141 36
Binary 110011 10 10011001 1000011 1100011 0 101000 100000011 1100001 11110

Color Harmonies of #330299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330299

Black with #330299

Text Example


Text Example

White with #330299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330299; }

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

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

background-color css

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

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

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

border-color css

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

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

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