Html Css Color HEX #330E99 Persian Indigo

📋 copy color: '#330E99'

red 51 ◦ green 14 ◦ blue 153

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

Shades of Persian Indigo #330E99

Tints of Persian Indigo #330E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.42%

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

R = 23.39%
G = 6.42%
B = 70.18%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#330E99 (or 0x330E99) is known color: Persian Indigo. HEX triplet: 33, 0E and 99. RGB value is (51,14,153). Sum of RGB (Red+Green+Blue) = 51+14+153=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 14 (5.86% from 255 or 6.42% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #330E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330E99 is #CCF166. Grayscale: #282828. Windows color (decimal): -13431143 or 10030643. OLE color: 10030643.

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

Color convert

RGB 51 14 153 -
CMYK 0.67 0.91 0 0.4
HSL 255.97º 0.83% 0.33% -
HSV(B) 255.97º 0.91% 0.6% -
XYZ 7.27 3.32 30.39 -
YUV 40.91 191.26 135.2 -
System Red Green Blue C M Y K H S L
Decimal 51 14 153 0.67 0.91 0 0.4 255.97 0.83 0.33
Hex 33 E 99 43 5B 0 28 100 53 21
Octal 63 16 231 103 133 0 50 400 123 41
Binary 110011 1110 10011001 1000011 1011011 0 101000 100000000 1010011 100001

Color Harmonies of #330E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E99

Black with #330E99

Text Example


Text Example

White with #330E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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