Html Css Color HEX #3E139B Persian Indigo

📋 copy color: '#3E139B'

red 62 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #3E139B

Tints of Persian Indigo #3E139B

RGB

 RED value IS 62 (24.61% from 255) = 26.27%

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 155 (60.94% from 255) = 65.68%

R = 26.27%
G = 8.05%
B = 65.68%

CMYK

 C value IS 0.6

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E139B (or 0x3E139B) is known color: Persian Indigo. HEX triplet: 3E, 13 and 9B. RGB value is (62,19,155). Sum of RGB (Red+Green+Blue) = 62+19+155=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E139B is #C1EC64. Grayscale: #2E2E2E. Windows color (decimal): -12708965 or 10163006. OLE color: 10163006.

HSL color Cylindrical-coordinate representation of color #3E139B: hue angle of 258.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E139B is Cyan = 0.6, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 19 155 -
CMYK 0.6 0.88 0 0.39
HSL 258.97º 0.78% 0.34% -
HSV(B) 258.97º 0.88% 0.61% -
XYZ 8.14 3.86 31.33 -
YUV 47.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 62 19 155 0.6 0.88 0 0.39 258.97 0.78 0.34
Hex 3E 13 9B 3C 58 0 27 103 4E 22
Octal 76 23 233 74 130 0 47 403 116 42
Binary 111110 10011 10011011 111100 1011000 0 100111 100000011 1001110 100010

Color Harmonies of #3E139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E139B

Black with #3E139B

Text Example


Text Example

White with #3E139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,19,155); }

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

background-color css

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

 a { background-color: rgb(62,19,155); }

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

border-color css

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

 span { border-color: rgb(62,19,155); }

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