Html Css Color HEX #3E198B Persian Indigo

📋 copy color: '#3E198B'

red 62 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #3E198B

Tints of Persian Indigo #3E198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 27.43%
G = 11.06%
B = 61.5%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E198B (or 0x3E198B) is known color: Persian Indigo. HEX triplet: 3E, 19 and 8B. RGB value is (62,25,139). Sum of RGB (Red+Green+Blue) = 62+25+139=226 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.43% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E198B is #C1E674. Grayscale: #303030. Windows color (decimal): -12707445 or 9115966. OLE color: 9115966.

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

Color convert

RGB 62 25 139 -
CMYK 0.55 0.82 0 0.45
HSL 259.47º 0.7% 0.32% -
HSV(B) 259.47º 0.82% 0.55% -
XYZ 6.99 3.58 24.75 -
YUV 49.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 62 25 139 0.55 0.82 0 0.45 259.47 0.7 0.32
Hex 3E 19 8B 37 52 0 2D 103 46 20
Octal 76 31 213 67 122 0 55 403 106 40
Binary 111110 11001 10001011 110111 1010010 0 101101 100000011 1000110 100000

Color Harmonies of #3E198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E198B

Black with #3E198B

Text Example


Text Example

White with #3E198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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