Html Css Color HEX #3E128D Persian Indigo

📋 copy color: '#3E128D'

red 62 ◦ green 18 ◦ blue 141

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

Shades of Persian Indigo #3E128D

Tints of Persian Indigo #3E128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

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

R = 28.05%
G = 8.14%
B = 63.8%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E128D (or 0x3E128D) is known color: Persian Indigo. HEX triplet: 3E, 12 and 8D. RGB value is (62,18,141). Sum of RGB (Red+Green+Blue) = 62+18+141=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E128D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E128D is #C1ED72. Grayscale: #2C2C2C. Windows color (decimal): -12709235 or 9245246. OLE color: 9245246.

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

Color convert

RGB 62 18 141 -
CMYK 0.56 0.87 0 0.45
HSL 261.46º 0.77% 0.31% -
HSV(B) 261.46º 0.87% 0.55% -
XYZ 7.01 3.38 25.48 -
YUV 45.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 62 18 141 0.56 0.87 0 0.45 261.46 0.77 0.31
Hex 3E 12 8D 38 57 0 2D 105 4D 1F
Octal 76 22 215 70 127 0 55 405 115 37
Binary 111110 10010 10001101 111000 1010111 0 101101 100000101 1001101 11111

Color Harmonies of #3E128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E128D

Black with #3E128D

Text Example


Text Example

White with #3E128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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