Html Css Color HEX #3B1295 Persian Indigo

📋 copy color: '#3B1295'

red 59 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #3B1295

Tints of Persian Indigo #3B1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 149 (58.59% from 255) = 65.93%

R = 26.11%
G = 7.96%
B = 65.93%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B1295 (or 0x3B1295) is known color: Persian Indigo. HEX triplet: 3B, 12 and 95. RGB value is (59,18,149). Sum of RGB (Red+Green+Blue) = 59+18+149=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1295 is #C4ED6A. Grayscale: #2C2C2C. Windows color (decimal): -12905835 or 9769531. OLE color: 9769531.

HSL color Cylindrical-coordinate representation of color #3B1295: hue angle of 258.78º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1295 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 18 149 -
CMYK 0.60 0.88 0 0.42
HSL 258.78º 0.78% 0.33% -
HSV(B) 258.78º 0.88% 0.58% -
XYZ 7.44 3.53 28.72 -
YUV 45.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 59 18 149 0.60 0.88 0 0.42 258.78 0.78 0.33
Hex 3B 12 95 3C 58 0 2A 103 4E 21
Octal 73 22 225 74 130 0 52 403 116 41
Binary 111011 10010 10010101 111100 1011000 0 101010 100000011 1001110 100001

Color Harmonies of #3B1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1295

Black with #3B1295

Text Example


Text Example

White with #3B1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,18,149); }

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

background-color css

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

 a { background-color: rgb(59,18,149); }

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

border-color css

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

 span { border-color: rgb(59,18,149); }

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