Html Css Color HEX #330973 Persian Indigo

📋 copy color: '#330973'

red 51 ◦ green 9 ◦ blue 115

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

Shades of Persian Indigo #330973

Tints of Persian Indigo #330973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 65.71%

R = 29.14%
G = 5.14%
B = 65.71%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#330973 (or 0x330973) is known color: Persian Indigo. HEX triplet: 33, 09 and 73. RGB value is (51,9,115). Sum of RGB (Red+Green+Blue) = 51+9+115=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #330973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330973 is #CCF68C. Grayscale: #212121. Windows color (decimal): -13432461 or 7538995. OLE color: 7538995.

HSL color Cylindrical-coordinate representation of color #330973: hue angle of 263.77º 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 #330973 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 9 115 -
CMYK 0.56 0.92 0 0.55
HSL 263.77º 0.85% 0.24% -
HSV(B) 263.77º 0.92% 0.45% -
XYZ 4.56 2.14 16.39 -
YUV 33.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 51 9 115 0.56 0.92 0 0.55 263.77 0.85 0.24
Hex 33 9 73 38 5C 0 37 108 55 18
Octal 63 11 163 70 134 0 67 410 125 30
Binary 110011 1001 1110011 111000 1011100 0 110111 100001000 1010101 11000

Color Harmonies of #330973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330973

Black with #330973

Text Example


Text Example

White with #330973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330973; }

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

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

background-color css

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

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

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

border-color css

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

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

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