Html Css Color HEX #3E159B Persian Indigo

📋 copy color: '#3E159B'

red 62 ◦ green 21 ◦ blue 155

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

Shades of Persian Indigo #3E159B

Tints of Persian Indigo #3E159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 26.05%
G = 8.82%
B = 65.13%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E159B (or 0x3E159B) is known color: Persian Indigo. HEX triplet: 3E, 15 and 9B. RGB value is (62,21,155). Sum of RGB (Red+Green+Blue) = 62+21+155=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E159B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E159B is #C1EA64. Grayscale: #303030. Windows color (decimal): -12708453 or 10163518. OLE color: 10163518.

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

Color convert

RGB 62 21 155 -
CMYK 0.6 0.86 0 0.39
HSL 258.36º 0.76% 0.35% -
HSV(B) 258.36º 0.86% 0.61% -
XYZ 8.17 3.93 31.34 -
YUV 48.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 62 21 155 0.6 0.86 0 0.39 258.36 0.76 0.35
Hex 3E 15 9B 3C 56 0 27 102 4C 23
Octal 76 25 233 74 126 0 47 402 114 43
Binary 111110 10101 10011011 111100 1010110 0 100111 100000010 1001100 100011

Color Harmonies of #3E159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E159B

Black with #3E159B

Text Example


Text Example

White with #3E159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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