Html Css Color HEX #3E198D Persian Indigo

📋 copy color: '#3E198D'

red 62 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #3E198D

Tints of Persian Indigo #3E198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 61.84%

R = 27.19%
G = 10.96%
B = 61.84%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E198D (or 0x3E198D) is known color: Persian Indigo. HEX triplet: 3E, 19 and 8D. RGB value is (62,25,141). Sum of RGB (Red+Green+Blue) = 62+25+141=228 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.19% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E198D is #C1E672. Grayscale: #303030. Windows color (decimal): -12707443 or 9247038. OLE color: 9247038.

HSL color Cylindrical-coordinate representation of color #3E198D: hue angle of 259.14º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E198D is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 25 141 -
CMYK 0.56 0.82 0 0.45
HSL 259.14º 0.7% 0.33% -
HSV(B) 259.14º 0.82% 0.55% -
XYZ 7.14 3.64 25.53 -
YUV 49.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 62 25 141 0.56 0.82 0 0.45 259.14 0.7 0.33
Hex 3E 19 8D 38 52 0 2D 103 46 21
Octal 76 31 215 70 122 0 55 403 106 41
Binary 111110 11001 10001101 111000 1010010 0 101101 100000011 1000110 100001

Color Harmonies of #3E198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E198D

Black with #3E198D

Text Example


Text Example

White with #3E198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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