Html Css Color HEX #330972 Persian Indigo

📋 copy color: '#330972'

red 51 ◦ green 9 ◦ blue 114

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

Shades of Persian Indigo #330972

Tints of Persian Indigo #330972

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.17%

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

R = 29.31%
G = 5.17%
B = 65.52%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330972 (or 0x330972) is known color: Persian Indigo. HEX triplet: 33, 09 and 72. RGB value is (51,9,114). Sum of RGB (Red+Green+Blue) = 51+9+114=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #330972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330972 is #CCF68D. Grayscale: #212121. Windows color (decimal): -13432462 or 7473459. OLE color: 7473459.

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

Color convert

RGB 51 9 114 -
CMYK 0.55 0.92 0 0.55
HSL 264º 0.85% 0.24% -
HSV(B) 264º 0.92% 0.45% -
XYZ 4.5 2.11 16.09 -
YUV 33.53 173.41 140.46 -
System Red Green Blue C M Y K H S L
Decimal 51 9 114 0.55 0.92 0 0.55 264 0.85 0.24
Hex 33 9 72 37 5C 0 37 108 55 18
Octal 63 11 162 67 134 0 67 410 125 30
Binary 110011 1001 1110010 110111 1011100 0 110111 100001000 1010101 11000

Color Harmonies of #330972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330972

Black with #330972

Text Example


Text Example

White with #330972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330972; }

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

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

background-color css

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

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

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

border-color css

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

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

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