Html Css Color HEX #3E147E Persian Indigo

📋 copy color: '#3E147E'

red 62 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #3E147E

Tints of Persian Indigo #3E147E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 29.81%
G = 9.62%
B = 60.58%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E147E (or 0x3E147E) is known color: Persian Indigo. HEX triplet: 3E, 14 and 7E. RGB value is (62,20,126). Sum of RGB (Red+Green+Blue) = 62+20+126=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E147E is #C1EB81. Grayscale: #2C2C2C. Windows color (decimal): -12708738 or 8262718. OLE color: 8262718.

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

Color convert

RGB 62 20 126 -
CMYK 0.51 0.84 0 0.51
HSL 263.77º 0.73% 0.29% -
HSV(B) 263.77º 0.84% 0.49% -
XYZ 6 3.03 20.01 -
YUV 44.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 62 20 126 0.51 0.84 0 0.51 263.77 0.73 0.29
Hex 3E 14 7E 33 54 0 33 108 49 1D
Octal 76 24 176 63 124 0 63 410 111 35
Binary 111110 10100 1111110 110011 1010100 0 110011 100001000 1001001 11101

Color Harmonies of #3E147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E147E

Black with #3E147E

Text Example


Text Example

White with #3E147E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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