Html Css Color HEX #3E158B Persian Indigo

📋 copy color: '#3E158B'

red 62 ◦ green 21 ◦ blue 139

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

Shades of Persian Indigo #3E158B

Tints of Persian Indigo #3E158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.61%

R = 27.93%
G = 9.46%
B = 62.61%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E158B (or 0x3E158B) is known color: Persian Indigo. HEX triplet: 3E, 15 and 8B. RGB value is (62,21,139). Sum of RGB (Red+Green+Blue) = 62+21+139=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E158B is #C1EA74. Grayscale: #2E2E2E. Windows color (decimal): -12708469 or 9114942. OLE color: 9114942.

HSL color Cylindrical-coordinate representation of color #3E158B: hue angle of 260.85º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E158B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 21 139 -
CMYK 0.55 0.85 0 0.45
HSL 260.85º 0.74% 0.31% -
HSV(B) 260.85º 0.85% 0.55% -
XYZ 6.91 3.42 24.72 -
YUV 46.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 62 21 139 0.55 0.85 0 0.45 260.85 0.74 0.31
Hex 3E 15 8B 37 55 0 2D 105 4A 1F
Octal 76 25 213 67 125 0 55 405 112 37
Binary 111110 10101 10001011 110111 1010101 0 101101 100000101 1001010 11111

Color Harmonies of #3E158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E158B

Black with #3E158B

Text Example


Text Example

White with #3E158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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