Html Css Color HEX #330A76 Persian Indigo

📋 copy color: '#330A76'

red 51 ◦ green 10 ◦ blue 118

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

Shades of Persian Indigo #330A76

Tints of Persian Indigo #330A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.59%

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

R = 28.49%
G = 5.59%
B = 65.92%

CMYK

 C value IS 0.57

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#330A76 (or 0x330A76) is known color: Persian Indigo. HEX triplet: 33, 0A and 76. RGB value is (51,10,118). Sum of RGB (Red+Green+Blue) = 51+10+118=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #330A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A76 is #CCF589. Grayscale: #222222. Windows color (decimal): -13432202 or 7735859. OLE color: 7735859.

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

Color convert

RGB 51 10 118 -
CMYK 0.57 0.92 0 0.54
HSL 262.78º 0.84% 0.25% -
HSV(B) 262.78º 0.92% 0.46% -
XYZ 4.74 2.23 17.32 -
YUV 34.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 51 10 118 0.57 0.92 0 0.54 262.78 0.84 0.25
Hex 33 A 76 39 5C 0 36 107 54 19
Octal 63 12 166 71 134 0 66 407 124 31
Binary 110011 1010 1110110 111001 1011100 0 110110 100000111 1010100 11001

Color Harmonies of #330A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A76

Black with #330A76

Text Example


Text Example

White with #330A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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