Html Css Color HEX #330577 Persian Indigo

📋 copy color: '#330577'

red 51 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #330577

Tints of Persian Indigo #330577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68%

R = 29.14%
G = 2.86%
B = 68%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#330577 (or 0x330577) is known color: Persian Indigo. HEX triplet: 33, 05 and 77. RGB value is (51,5,119). Sum of RGB (Red+Green+Blue) = 51+5+119=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #330577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330577 is #CCFA88. Grayscale: #1F1F1F. Windows color (decimal): -13433481 or 7800115. OLE color: 7800115.

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

Color convert

RGB 51 5 119 -
CMYK 0.57 0.96 0 0.53
HSL 264.21º 0.92% 0.24% -
HSV(B) 264.21º 0.96% 0.47% -
XYZ 4.75 2.14 17.62 -
YUV 31.75 177.24 141.73 -
System Red Green Blue C M Y K H S L
Decimal 51 5 119 0.57 0.96 0 0.53 264.21 0.92 0.24
Hex 33 5 77 39 60 0 35 108 5C 18
Octal 63 5 167 71 140 0 65 410 134 30
Binary 110011 101 1110111 111001 1100000 0 110101 100001000 1011100 11000

Color Harmonies of #330577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330577

Black with #330577

Text Example


Text Example

White with #330577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330577; }

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

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

background-color css

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

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

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

border-color css

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

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

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