Html Css Color HEX #330A72 Persian Indigo

📋 copy color: '#330A72'

red 51 ◦ green 10 ◦ blue 114

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

Shades of Persian Indigo #330A72

Tints of Persian Indigo #330A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.14%

R = 29.14%
G = 5.71%
B = 65.14%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330A72 (or 0x330A72) is known color: Persian Indigo. HEX triplet: 33, 0A and 72. RGB value is (51,10,114). Sum of RGB (Red+Green+Blue) = 51+10+114=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #330A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330A72 is #CCF58D. Grayscale: #212121. Windows color (decimal): -13432206 or 7473715. OLE color: 7473715.

HSL color Cylindrical-coordinate representation of color #330A72: hue angle of 263.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #330A72 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 10 114 -
CMYK 0.55 0.91 0 0.55
HSL 263.65º 0.84% 0.24% -
HSV(B) 263.65º 0.91% 0.45% -
XYZ 4.51 2.14 16.09 -
YUV 34.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 51 10 114 0.55 0.91 0 0.55 263.65 0.84 0.24
Hex 33 A 72 37 5B 0 37 108 54 18
Octal 63 12 162 67 133 0 67 410 124 30
Binary 110011 1010 1110010 110111 1011011 0 110111 100001000 1010100 11000

Color Harmonies of #330A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330A72

Black with #330A72

Text Example


Text Example

White with #330A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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