Html Css Color HEX #3E139D Persian Indigo

📋 copy color: '#3E139D'

red 62 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #3E139D

Tints of Persian Indigo #3E139D

RGB

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

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

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

R = 26.05%
G = 7.98%
B = 65.97%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E139D (or 0x3E139D) is known color: Persian Indigo. HEX triplet: 3E, 13 and 9D. RGB value is (62,19,157). Sum of RGB (Red+Green+Blue) = 62+19+157=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E139D is #C1EC62. Grayscale: #2F2F2F. Windows color (decimal): -12708963 or 10294078. OLE color: 10294078.

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

Color convert

RGB 62 19 157 -
CMYK 0.61 0.88 0 0.38
HSL 258.7º 0.78% 0.35% -
HSV(B) 258.7º 0.88% 0.62% -
XYZ 8.31 3.92 32.22 -
YUV 47.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 62 19 157 0.61 0.88 0 0.38 258.7 0.78 0.35
Hex 3E 13 9D 3D 58 0 26 103 4E 23
Octal 76 23 235 75 130 0 46 403 116 43
Binary 111110 10011 10011101 111101 1011000 0 100110 100000011 1001110 100011

Color Harmonies of #3E139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E139D

Black with #3E139D

Text Example


Text Example

White with #3E139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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