Html Css Color HEX #330D76 Persian Indigo

📋 copy color: '#330D76'

red 51 ◦ green 13 ◦ blue 118

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

Shades of Persian Indigo #330D76

Tints of Persian Indigo #330D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.14%

 BLUE value IS 118 (46.48% from 255) = 64.84%

R = 28.02%
G = 7.14%
B = 64.84%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330D76 (or 0x330D76) is known color: Persian Indigo. HEX triplet: 33, 0D and 76. RGB value is (51,13,118). Sum of RGB (Red+Green+Blue) = 51+13+118=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #330D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330D76 is #CCF289. Grayscale: #232323. Windows color (decimal): -13431434 or 7736627. OLE color: 7736627.

HSL color Cylindrical-coordinate representation of color #330D76: hue angle of 261.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #330D76 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 13 118 -
CMYK 0.57 0.89 0 0.54
HSL 261.71º 0.8% 0.26% -
HSV(B) 261.71º 0.89% 0.46% -
XYZ 4.78 2.3 17.33 -
YUV 36.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 51 13 118 0.57 0.89 0 0.54 261.71 0.8 0.26
Hex 33 D 76 39 59 0 36 106 50 1A
Octal 63 15 166 71 131 0 66 406 120 32
Binary 110011 1101 1110110 111001 1011001 0 110110 100000110 1010000 11010

Color Harmonies of #330D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D76

Black with #330D76

Text Example


Text Example

White with #330D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,118); }

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

background-color css

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

 a { background-color: rgb(51,13,118); }

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

border-color css

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

 span { border-color: rgb(51,13,118); }

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