Html Css Color HEX #3B1987 Persian Indigo

📋 copy color: '#3B1987'

red 59 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #3B1987

Tints of Persian Indigo #3B1987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.64%

R = 26.94%
G = 11.42%
B = 61.64%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B1987 (or 0x3B1987) is known color: Persian Indigo. HEX triplet: 3B, 19 and 87. RGB value is (59,25,135). Sum of RGB (Red+Green+Blue) = 59+25+135=219 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.94% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 135 (53.12% from 255 or 61.64% from 219); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B1987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1987 is #C4E678. Grayscale: #2F2F2F. Windows color (decimal): -12904057 or 8853819. OLE color: 8853819.

HSL color Cylindrical-coordinate representation of color #3B1987: hue angle of 258.55º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B1987 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 25 135 -
CMYK 0.56 0.81 0 0.47
HSL 258.55º 0.69% 0.31% -
HSV(B) 258.55º 0.81% 0.53% -
XYZ 6.52 3.37 23.23 -
YUV 47.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 59 25 135 0.56 0.81 0 0.47 258.55 0.69 0.31
Hex 3B 19 87 38 51 0 2F 103 45 1F
Octal 73 31 207 70 121 0 57 403 105 37
Binary 111011 11001 10000111 111000 1010001 0 101111 100000011 1000101 11111

Color Harmonies of #3B1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1987

Black with #3B1987

Text Example


Text Example

White with #3B1987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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