Html Css Color HEX #3E1E7F Persian Indigo

📋 copy color: '#3E1E7F'

red 62 ◦ green 30 ◦ blue 127

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

Shades of Persian Indigo #3E1E7F

Tints of Persian Indigo #3E1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

 BLUE value IS 127 (50% from 255) = 57.99%

R = 28.31%
G = 13.7%
B = 57.99%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E1E7F (or 0x3E1E7F) is known color: Persian Indigo. HEX triplet: 3E, 1E and 7F. RGB value is (62,30,127). Sum of RGB (Red+Green+Blue) = 62+30+127=219 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.31% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E1E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1E7F is #C1E180. Grayscale: #323232. Windows color (decimal): -12706177 or 8330814. OLE color: 8330814.

HSL color Cylindrical-coordinate representation of color #3E1E7F: hue angle of 259.79º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1E7F is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 62 30 127 -
CMYK 0.51 0.76 0 0.50
HSL 259.79º 0.62% 0.31% -
HSV(B) 259.79º 0.76% 0.5% -
XYZ 6.28 3.48 20.42 -
YUV 50.63 171.1 136.11 -
System Red Green Blue C M Y K H S L
Decimal 62 30 127 0.51 0.76 0 0.50 259.79 0.62 0.31
Hex 3E 1E 7F 33 4C 0 32 104 3E 1F
Octal 76 36 177 63 114 0 62 404 76 37
Binary 111110 11110 1111111 110011 1001100 0 110010 100000100 111110 11111

Color Harmonies of #3E1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1E7F

Black with #3E1E7F

Text Example


Text Example

White with #3E1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,30,127); }

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

background-color css

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

 a { background-color: rgb(62,30,127); }

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

border-color css

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

 span { border-color: rgb(62,30,127); }

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