Html Css Color HEX #330571 Persian Indigo

📋 copy color: '#330571'

red 51 ◦ green 5 ◦ blue 113

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

Shades of Persian Indigo #330571

Tints of Persian Indigo #330571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 30.18%
G = 2.96%
B = 66.86%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#330571 (or 0x330571) is known color: Persian Indigo. HEX triplet: 33, 05 and 71. RGB value is (51,5,113). Sum of RGB (Red+Green+Blue) = 51+5+113=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #330571 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330571 is #CCFA8E. Grayscale: #1E1E1E. Windows color (decimal): -13433487 or 7406899. OLE color: 7406899.

HSL color Cylindrical-coordinate representation of color #330571: hue angle of 265.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #330571 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 5 113 -
CMYK 0.55 0.96 0 0.56
HSL 265.56º 0.92% 0.23% -
HSV(B) 265.56º 0.96% 0.44% -
XYZ 4.4 2 15.78 -
YUV 31.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 51 5 113 0.55 0.96 0 0.56 265.56 0.92 0.23
Hex 33 5 71 37 60 0 38 10A 5C 17
Octal 63 5 161 67 140 0 70 412 134 27
Binary 110011 101 1110001 110111 1100000 0 111000 100001010 1011100 10111

Color Harmonies of #330571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330571

Black with #330571

Text Example


Text Example

White with #330571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330571; }

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

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

background-color css

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

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

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

border-color css

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

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

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