Html Css Color HEX #3B0891 Persian Indigo

📋 copy color: '#3B0891'

red 59 ◦ green 8 ◦ blue 145

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

Shades of Persian Indigo #3B0891

Tints of Persian Indigo #3B0891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.77%

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 27.83%
G = 3.77%
B = 68.4%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3B0891 (or 0x3B0891) is known color: Persian Indigo. HEX triplet: 3B, 08 and 91. RGB value is (59,8,145). Sum of RGB (Red+Green+Blue) = 59+8+145=212 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.83% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #3B0891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0891 is #C4F76E. Grayscale: #262626. Windows color (decimal): -12908399 or 9504827. OLE color: 9504827.

HSL color Cylindrical-coordinate representation of color #3B0891: hue angle of 262.34º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B0891 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 59 8 145 -
CMYK 0.59 0.94 0 0.43
HSL 262.34º 0.9% 0.3% -
HSV(B) 262.34º 0.94% 0.57% -
XYZ 7 3.15 27.03 -
YUV 38.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 59 8 145 0.59 0.94 0 0.43 262.34 0.9 0.3
Hex 3B 8 91 3B 5E 0 2B 106 5A 1E
Octal 73 10 221 73 136 0 53 406 132 36
Binary 111011 1000 10010001 111011 1011110 0 101011 100000110 1011010 11110

Color Harmonies of #3B0891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0891

Black with #3B0891

Text Example


Text Example

White with #3B0891

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,8,145); }

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

background-color css

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

 a { background-color: rgb(59,8,145); }

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

border-color css

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

 span { border-color: rgb(59,8,145); }

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