Html Css Color HEX #3B1772 Persian Indigo

📋 copy color: '#3B1772'

red 59 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #3B1772

Tints of Persian Indigo #3B1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 114 (44.92% from 255) = 58.16%

R = 30.1%
G = 11.73%
B = 58.16%

CMYK

 C value IS 0.48

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1772 (or 0x3B1772) is known color: Persian Indigo. HEX triplet: 3B, 17 and 72. RGB value is (59,23,114). Sum of RGB (Red+Green+Blue) = 59+23+114=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1772 is #C4E88D. Grayscale: #2B2B2B. Windows color (decimal): -12904590 or 7477051. OLE color: 7477051.

HSL color Cylindrical-coordinate representation of color #3B1772: hue angle of 263.74º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1772 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 23 114 -
CMYK 0.48 0.80 0 0.55
HSL 263.74º 0.66% 0.27% -
HSV(B) 263.74º 0.8% 0.45% -
XYZ 5.15 2.76 16.18 -
YUV 44.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 59 23 114 0.48 0.80 0 0.55 263.74 0.66 0.27
Hex 3B 17 72 30 50 0 37 108 42 1B
Octal 73 27 162 60 120 0 67 410 102 33
Binary 111011 10111 1110010 110000 1010000 0 110111 100001000 1000010 11011

Color Harmonies of #3B1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1772

Black with #3B1772

Text Example


Text Example

White with #3B1772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,23,114); }

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

background-color css

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

 a { background-color: rgb(59,23,114); }

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

border-color css

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

 span { border-color: rgb(59,23,114); }

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