Html Css Color HEX #3B1096 Persian Indigo

📋 copy color: '#3B1096'

red 59 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #3B1096

Tints of Persian Indigo #3B1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 26.22%
G = 7.11%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3B1096 (or 0x3B1096) is known color: Persian Indigo. HEX triplet: 3B, 10 and 96. RGB value is (59,16,150). Sum of RGB (Red+Green+Blue) = 59+16+150=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #3B1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1096 is #C4EF69. Grayscale: #2B2B2B. Windows color (decimal): -12906346 or 9834555. OLE color: 9834555.

HSL color Cylindrical-coordinate representation of color #3B1096: hue angle of 259.25º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B1096 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 59 16 150 -
CMYK 0.61 0.89 0 0.41
HSL 259.25º 0.81% 0.33% -
HSV(B) 259.25º 0.89% 0.59% -
XYZ 7.49 3.5 29.14 -
YUV 44.13 187.75 138.6 -
System Red Green Blue C M Y K H S L
Decimal 59 16 150 0.61 0.89 0 0.41 259.25 0.81 0.33
Hex 3B 10 96 3D 59 0 29 103 51 21
Octal 73 20 226 75 131 0 51 403 121 41
Binary 111011 10000 10010110 111101 1011001 0 101001 100000011 1010001 100001

Color Harmonies of #3B1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1096

Black with #3B1096

Text Example


Text Example

White with #3B1096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,16,150); }

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

background-color css

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

 a { background-color: rgb(59,16,150); }

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

border-color css

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

 span { border-color: rgb(59,16,150); }

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