Html Css Color HEX #330E9D Persian Indigo

📋 copy color: '#330E9D'

red 51 ◦ green 14 ◦ blue 157

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

Shades of Persian Indigo #330E9D

Tints of Persian Indigo #330E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 70.72%

R = 22.97%
G = 6.31%
B = 70.72%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#330E9D (or 0x330E9D) is known color: Persian Indigo. HEX triplet: 33, 0E and 9D. RGB value is (51,14,157). Sum of RGB (Red+Green+Blue) = 51+14+157=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #330E9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330E9D is #CCF162. Grayscale: #282828. Windows color (decimal): -13431139 or 10292787. OLE color: 10292787.

HSL color Cylindrical-coordinate representation of color #330E9D: hue angle of 255.52º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330E9D is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 14 157 -
CMYK 0.68 0.91 0 0.38
HSL 255.52º 0.84% 0.34% -
HSV(B) 255.52º 0.91% 0.62% -
XYZ 7.61 3.45 32.16 -
YUV 41.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 51 14 157 0.68 0.91 0 0.38 255.52 0.84 0.34
Hex 33 E 9D 44 5B 0 26 100 54 22
Octal 63 16 235 104 133 0 46 400 124 42
Binary 110011 1110 10011101 1000100 1011011 0 100110 100000000 1010100 100010

Color Harmonies of #330E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E9D

Black with #330E9D

Text Example


Text Example

White with #330E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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