Html Css Color HEX #330799 Persian Indigo

📋 copy color: '#330799'

red 51 ◦ green 7 ◦ blue 153

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

Shades of Persian Indigo #330799

Tints of Persian Indigo #330799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 24.17%
G = 3.32%
B = 72.51%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#330799 (or 0x330799) is known color: Persian Indigo. HEX triplet: 33, 07 and 99. RGB value is (51,7,153). Sum of RGB (Red+Green+Blue) = 51+7+153=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #330799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330799 is #CCF866. Grayscale: #242424. Windows color (decimal): -13432935 or 10028851. OLE color: 10028851.

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

Color convert

RGB 51 7 153 -
CMYK 0.67 0.95 0 0.4
HSL 258.08º 0.91% 0.31% -
HSV(B) 258.08º 0.95% 0.6% -
XYZ 7.19 3.16 30.37 -
YUV 36.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 51 7 153 0.67 0.95 0 0.4 258.08 0.91 0.31
Hex 33 7 99 43 5F 0 28 102 5B 1F
Octal 63 7 231 103 137 0 50 402 133 37
Binary 110011 111 10011001 1000011 1011111 0 101000 100000010 1011011 11111

Color Harmonies of #330799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330799

Black with #330799

Text Example


Text Example

White with #330799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330799; }

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

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

background-color css

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

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

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

border-color css

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

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

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