Html Css Color HEX #3E187C Persian Indigo

📋 copy color: '#3E187C'

red 62 ◦ green 24 ◦ blue 124

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

Shades of Persian Indigo #3E187C

Tints of Persian Indigo #3E187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 29.52%
G = 11.43%
B = 59.05%

CMYK

 C value IS 0.5

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E187C (or 0x3E187C) is known color: Persian Indigo. HEX triplet: 3E, 18 and 7C. RGB value is (62,24,124). Sum of RGB (Red+Green+Blue) = 62+24+124=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E187C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E187C is #C1E783. Grayscale: #2E2E2E. Windows color (decimal): -12707716 or 8132670. OLE color: 8132670.

HSL color Cylindrical-coordinate representation of color #3E187C: hue angle of 262.8º 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 #3E187C is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 24 124 -
CMYK 0.5 0.81 0 0.51
HSL 262.8º 0.68% 0.29% -
HSV(B) 262.8º 0.81% 0.49% -
XYZ 5.95 3.13 19.36 -
YUV 46.76 171.59 138.87 -
System Red Green Blue C M Y K H S L
Decimal 62 24 124 0.5 0.81 0 0.51 262.8 0.68 0.29
Hex 3E 18 7C 32 51 0 33 107 44 1D
Octal 76 30 174 62 121 0 63 407 104 35
Binary 111110 11000 1111100 110010 1010001 0 110011 100000111 1000100 11101

Color Harmonies of #3E187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E187C

Black with #3E187C

Text Example


Text Example

White with #3E187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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