Html Css Color HEX #330580 Persian Indigo

📋 copy color: '#330580'

red 51 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #330580

Tints of Persian Indigo #330580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 69.57%

R = 27.72%
G = 2.72%
B = 69.57%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#330580 (or 0x330580) is known color: Persian Indigo. HEX triplet: 33, 05 and 80. RGB value is (51,5,128). Sum of RGB (Red+Green+Blue) = 51+5+128=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #330580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #330580 is #CCFA7F. Grayscale: #202020. Windows color (decimal): -13433472 or 8389939. OLE color: 8389939.

HSL color Cylindrical-coordinate representation of color #330580: hue angle of 262.44º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330580 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 5 128 -
CMYK 0.60 0.96 0 0.50
HSL 262.44º 0.92% 0.26% -
HSV(B) 262.44º 0.96% 0.5% -
XYZ 5.32 2.37 20.6 -
YUV 32.78 181.74 141 -
System Red Green Blue C M Y K H S L
Decimal 51 5 128 0.60 0.96 0 0.50 262.44 0.92 0.26
Hex 33 5 80 3C 60 0 32 106 5C 1A
Octal 63 5 200 74 140 0 62 406 134 32
Binary 110011 101 10000000 111100 1100000 0 110010 100000110 1011100 11010

Color Harmonies of #330580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330580

Black with #330580

Text Example


Text Example

White with #330580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330580; }

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

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

background-color css

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

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

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

border-color css

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

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

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