Html Css Color HEX #3E147C Persian Indigo

📋 copy color: '#3E147C'

red 62 ◦ green 20 ◦ blue 124

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

Shades of Persian Indigo #3E147C

Tints of Persian Indigo #3E147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 30.1%
G = 9.71%
B = 60.19%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E147C (or 0x3E147C) is known color: Persian Indigo. HEX triplet: 3E, 14 and 7C. RGB value is (62,20,124). Sum of RGB (Red+Green+Blue) = 62+20+124=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E147C is #C1EB83. Grayscale: #2C2C2C. Windows color (decimal): -12708740 or 8131646. OLE color: 8131646.

HSL color Cylindrical-coordinate representation of color #3E147C: hue angle of 264.23º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E147C is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 20 124 -
CMYK 0.5 0.84 0 0.51
HSL 264.23º 0.72% 0.28% -
HSV(B) 264.23º 0.84% 0.49% -
XYZ 5.87 2.98 19.33 -
YUV 44.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 62 20 124 0.5 0.84 0 0.51 264.23 0.72 0.28
Hex 3E 14 7C 32 54 0 33 108 48 1C
Octal 76 24 174 62 124 0 63 410 110 34
Binary 111110 10100 1111100 110010 1010100 0 110011 100001000 1001000 11100

Color Harmonies of #3E147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E147C

Black with #3E147C

Text Example


Text Example

White with #3E147C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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