Html Css Color HEX #3B0577 Persian Indigo

📋 copy color: '#3B0577'

red 59 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #3B0577

Tints of Persian Indigo #3B0577

RGB

 RED value IS 59 (23.44% from 255) = 32.24%

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

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

R = 32.24%
G = 2.73%
B = 65.03%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B0577 (or 0x3B0577) is known color: Persian Indigo. HEX triplet: 3B, 05 and 77. RGB value is (59,5,119). Sum of RGB (Red+Green+Blue) = 59+5+119=183 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.24% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #3B0577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0577 is #C4FA88. Grayscale: #212121. Windows color (decimal): -12909193 or 7800123. OLE color: 7800123.

HSL color Cylindrical-coordinate representation of color #3B0577: hue angle of 268.42º 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 #3B0577 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 59 5 119 -
CMYK 0.50 0.96 0 0.53
HSL 268.42º 0.92% 0.24% -
HSV(B) 268.42º 0.96% 0.47% -
XYZ 5.19 2.37 17.64 -
YUV 34.14 175.89 145.73 -
System Red Green Blue C M Y K H S L
Decimal 59 5 119 0.50 0.96 0 0.53 268.42 0.92 0.24
Hex 3B 5 77 32 60 0 35 10C 5C 18
Octal 73 5 167 62 140 0 65 414 134 30
Binary 111011 101 1110111 110010 1100000 0 110101 100001100 1011100 11000

Color Harmonies of #3B0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0577

Black with #3B0577

Text Example


Text Example

White with #3B0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B0577; }

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

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

background-color css

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

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

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

border-color css

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

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

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