Html Css Color HEX #3B149D Persian Indigo

📋 copy color: '#3B149D'

red 59 ◦ green 20 ◦ blue 157

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

Shades of Persian Indigo #3B149D

Tints of Persian Indigo #3B149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

 BLUE value IS 157 (61.72% from 255) = 66.53%

R = 25%
G = 8.47%
B = 66.53%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3B149D (or 0x3B149D) is known color: Persian Indigo. HEX triplet: 3B, 14 and 9D. RGB value is (59,20,157). Sum of RGB (Red+Green+Blue) = 59+20+157=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B149D is #C4EB62. Grayscale: #2E2E2E. Windows color (decimal): -12905315 or 10294331. OLE color: 10294331.

HSL color Cylindrical-coordinate representation of color #3B149D: hue angle of 257.08º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B149D is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 59 20 157 -
CMYK 0.62 0.87 0 0.38
HSL 257.08º 0.77% 0.35% -
HSV(B) 257.08º 0.87% 0.62% -
XYZ 8.14 3.86 32.22 -
YUV 47.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 59 20 157 0.62 0.87 0 0.38 257.08 0.77 0.35
Hex 3B 14 9D 3E 57 0 26 101 4D 23
Octal 73 24 235 76 127 0 46 401 115 43
Binary 111011 10100 10011101 111110 1010111 0 100110 100000001 1001101 100011

Color Harmonies of #3B149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B149D

Black with #3B149D

Text Example


Text Example

White with #3B149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,20,157); }

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

background-color css

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

 a { background-color: rgb(59,20,157); }

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

border-color css

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

 span { border-color: rgb(59,20,157); }

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