Html Css Color HEX #330579 Persian Indigo

📋 copy color: '#330579'

red 51 ◦ green 5 ◦ blue 121

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

Shades of Persian Indigo #330579

Tints of Persian Indigo #330579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 28.81%
G = 2.82%
B = 68.36%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330579 (or 0x330579) is known color: Persian Indigo. HEX triplet: 33, 05 and 79. RGB value is (51,5,121). Sum of RGB (Red+Green+Blue) = 51+5+121=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #330579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330579 is #CCFA86. Grayscale: #1F1F1F. Windows color (decimal): -13433479 or 7931187. OLE color: 7931187.

HSL color Cylindrical-coordinate representation of color #330579: hue angle of 263.79º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330579 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 5 121 -
CMYK 0.58 0.96 0 0.53
HSL 263.79º 0.92% 0.25% -
HSV(B) 263.79º 0.96% 0.47% -
XYZ 4.87 2.19 18.26 -
YUV 31.98 178.24 141.57 -
System Red Green Blue C M Y K H S L
Decimal 51 5 121 0.58 0.96 0 0.53 263.79 0.92 0.25
Hex 33 5 79 3A 60 0 35 108 5C 19
Octal 63 5 171 72 140 0 65 410 134 31
Binary 110011 101 1111001 111010 1100000 0 110101 100001000 1011100 11001

Color Harmonies of #330579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330579

Black with #330579

Text Example


Text Example

White with #330579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330579; }

 p { color: rgb(51,5,121); }

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

background-color css

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

 a { background-color: rgb(51,5,121); }

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

border-color css

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

 span { border-color: rgb(51,5,121); }

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