Html Css Color HEX #3E197A Persian Indigo

📋 copy color: '#3E197A'

red 62 ◦ green 25 ◦ blue 122

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

Shades of Persian Indigo #3E197A

Tints of Persian Indigo #3E197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 122 (48.05% from 255) = 58.37%

R = 29.67%
G = 11.96%
B = 58.37%

CMYK

 C value IS 0.49

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E197A (or 0x3E197A) is known color: Persian Indigo. HEX triplet: 3E, 19 and 7A. RGB value is (62,25,122). Sum of RGB (Red+Green+Blue) = 62+25+122=209 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.67% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E197A is #C1E685. Grayscale: #2E2E2E. Windows color (decimal): -12707462 or 8001854. OLE color: 8001854.

HSL color Cylindrical-coordinate representation of color #3E197A: hue angle of 262.89º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E197A is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 25 122 -
CMYK 0.49 0.80 0 0.52
HSL 262.89º 0.66% 0.29% -
HSV(B) 262.89º 0.8% 0.48% -
XYZ 5.85 3.12 18.71 -
YUV 47.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 62 25 122 0.49 0.80 0 0.52 262.89 0.66 0.29
Hex 3E 19 7A 31 50 0 34 107 42 1D
Octal 76 31 172 61 120 0 64 407 102 35
Binary 111110 11001 1111010 110001 1010000 0 110100 100000111 1000010 11101

Color Harmonies of #3E197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E197A

Black with #3E197A

Text Example


Text Example

White with #3E197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,25,122); }

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

background-color css

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

 a { background-color: rgb(62,25,122); }

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

border-color css

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

 span { border-color: rgb(62,25,122); }

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