Html Css Color HEX #3E108A Persian Indigo

📋 copy color: '#3E108A'

red 62 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #3E108A

Tints of Persian Indigo #3E108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 138 (54.3% from 255) = 63.89%

R = 28.7%
G = 7.41%
B = 63.89%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E108A (or 0x3E108A) is known color: Persian Indigo. HEX triplet: 3E, 10 and 8A. RGB value is (62,16,138). Sum of RGB (Red+Green+Blue) = 62+16+138=216 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.70% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E108A is #C1EF75. Grayscale: #2B2B2B. Windows color (decimal): -12709750 or 9048126. OLE color: 9048126.

HSL color Cylindrical-coordinate representation of color #3E108A: hue angle of 262.62º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E108A is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 16 138 -
CMYK 0.55 0.88 0 0.46
HSL 262.62º 0.79% 0.3% -
HSV(B) 262.62º 0.88% 0.54% -
XYZ 6.76 3.23 24.31 -
YUV 43.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 62 16 138 0.55 0.88 0 0.46 262.62 0.79 0.3
Hex 3E 10 8A 37 58 0 2E 107 4F 1E
Octal 76 20 212 67 130 0 56 407 117 36
Binary 111110 10000 10001010 110111 1011000 0 101110 100000111 1001111 11110

Color Harmonies of #3E108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E108A

Black with #3E108A

Text Example


Text Example

White with #3E108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,138); }

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

background-color css

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

 a { background-color: rgb(62,16,138); }

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

border-color css

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

 span { border-color: rgb(62,16,138); }

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