Html Css Color HEX #3E156F Persian Indigo

📋 copy color: '#3E156F'

red 62 ◦ green 21 ◦ blue 111

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

Shades of Persian Indigo #3E156F

Tints of Persian Indigo #3E156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 111 (43.75% from 255) = 57.22%

R = 31.96%
G = 10.82%
B = 57.22%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3E156F (or 0x3E156F) is known color: Persian Indigo. HEX triplet: 3E, 15 and 6F. RGB value is (62,21,111). Sum of RGB (Red+Green+Blue) = 62+21+111=194 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.96% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #3E156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E156F is #C1EA90. Grayscale: #2B2B2B. Windows color (decimal): -12708497 or 7279934. OLE color: 7279934.

HSL color Cylindrical-coordinate representation of color #3E156F: hue angle of 267.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E156F is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 21 111 -
CMYK 0.44 0.81 0 0.56
HSL 267.33º 0.68% 0.26% -
HSV(B) 267.33º 0.81% 0.44% -
XYZ 5.12 2.71 15.29 -
YUV 43.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 62 21 111 0.44 0.81 0 0.56 267.33 0.68 0.26
Hex 3E 15 6F 2C 51 0 38 10B 44 1A
Octal 76 25 157 54 121 0 70 413 104 32
Binary 111110 10101 1101111 101100 1010001 0 111000 100001011 1000100 11010

Color Harmonies of #3E156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E156F

Black with #3E156F

Text Example


Text Example

White with #3E156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,21,111); }

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

background-color css

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

 a { background-color: rgb(62,21,111); }

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

border-color css

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

 span { border-color: rgb(62,21,111); }

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