Html Css Color HEX #3E177E Persian Indigo

📋 copy color: '#3E177E'

red 62 ◦ green 23 ◦ blue 126

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

Shades of Persian Indigo #3E177E

Tints of Persian Indigo #3E177E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 29.38%
G = 10.9%
B = 59.72%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E177E (or 0x3E177E) is known color: Persian Indigo. HEX triplet: 3E, 17 and 7E. RGB value is (62,23,126). Sum of RGB (Red+Green+Blue) = 62+23+126=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E177E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E177E is #C1E881. Grayscale: #2E2E2E. Windows color (decimal): -12707970 or 8263486. OLE color: 8263486.

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

Color convert

RGB 62 23 126 -
CMYK 0.51 0.82 0 0.51
HSL 262.72º 0.69% 0.29% -
HSV(B) 262.72º 0.82% 0.49% -
XYZ 6.06 3.14 20.03 -
YUV 46.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 62 23 126 0.51 0.82 0 0.51 262.72 0.69 0.29
Hex 3E 17 7E 33 52 0 33 107 45 1D
Octal 76 27 176 63 122 0 63 407 105 35
Binary 111110 10111 1111110 110011 1010010 0 110011 100000111 1000101 11101

Color Harmonies of #3E177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E177E

Black with #3E177E

Text Example


Text Example

White with #3E177E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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