Html Css Color HEX #3B1973 Persian Indigo

📋 copy color: '#3B1973'

red 59 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #3B1973

Tints of Persian Indigo #3B1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 115 (45.31% from 255) = 57.79%

R = 29.65%
G = 12.56%
B = 57.79%

CMYK

 C value IS 0.49

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B1973 (or 0x3B1973) is known color: Persian Indigo. HEX triplet: 3B, 19 and 73. RGB value is (59,25,115). Sum of RGB (Red+Green+Blue) = 59+25+115=199 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.65% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1973 is #C4E68C. Grayscale: #2D2D2D. Windows color (decimal): -12904077 or 7543099. OLE color: 7543099.

HSL color Cylindrical-coordinate representation of color #3B1973: hue angle of 262.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B1973 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 25 115 -
CMYK 0.49 0.78 0 0.55
HSL 262.67º 0.64% 0.27% -
HSV(B) 262.67º 0.78% 0.45% -
XYZ 5.25 2.86 16.5 -
YUV 45.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 59 25 115 0.49 0.78 0 0.55 262.67 0.64 0.27
Hex 3B 19 73 31 4E 0 37 107 40 1B
Octal 73 31 163 61 116 0 67 407 100 33
Binary 111011 11001 1110011 110001 1001110 0 110111 100000111 1000000 11011

Color Harmonies of #3B1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1973

Black with #3B1973

Text Example


Text Example

White with #3B1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,25,115); }

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

background-color css

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

 a { background-color: rgb(59,25,115); }

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

border-color css

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

 span { border-color: rgb(59,25,115); }

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