Html Css Color HEX #3E187D Persian Indigo

📋 copy color: '#3E187D'

red 62 ◦ green 24 ◦ blue 125

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

Shades of Persian Indigo #3E187D

Tints of Persian Indigo #3E187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 29.38%
G = 11.37%
B = 59.24%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E187D (or 0x3E187D) is known color: Persian Indigo. HEX triplet: 3E, 18 and 7D. RGB value is (62,24,125). Sum of RGB (Red+Green+Blue) = 62+24+125=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E187D is #C1E782. Grayscale: #2E2E2E. Windows color (decimal): -12707715 or 8198206. OLE color: 8198206.

HSL color Cylindrical-coordinate representation of color #3E187D: hue angle of 262.57º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E187D is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 24 125 -
CMYK 0.50 0.81 0 0.51
HSL 262.57º 0.68% 0.29% -
HSV(B) 262.57º 0.81% 0.49% -
XYZ 6.01 3.16 19.69 -
YUV 46.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 62 24 125 0.50 0.81 0 0.51 262.57 0.68 0.29
Hex 3E 18 7D 32 51 0 33 107 44 1D
Octal 76 30 175 62 121 0 63 407 104 35
Binary 111110 11000 1111101 110010 1010001 0 110011 100000111 1000100 11101

Color Harmonies of #3E187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E187D

Black with #3E187D

Text Example


Text Example

White with #3E187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,24,125); }

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

background-color css

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

 a { background-color: rgb(62,24,125); }

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

border-color css

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

 span { border-color: rgb(62,24,125); }

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