#3E169D

Color #3E169D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3E169D

Tints of Persian Indigo #3E169D

Color information

#3E169D (or 0x3E169D) is unknown color: approx Persian Indigo. HEX triplet: 3E, 16 and 9D. RGB value is (62,22,157). Sum of RGB (Red+Green+Blue) = 62+22+157=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E169D is #C1E962. Grayscale: #303030. Windows color (decimal): -12708195 or 10294846. OLE color: 10294846.

HSL color Cylindrical-coordinate representation of color #3E169D: hue angle of 257.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E169D is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6222157-
CMYK0.610.8600.38
HSL257.78º75.42%35.1%-
HSV(B)257.78º85.99%61.57%-
XYZ8.364.0332.24-
YUV49.35188.75137.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 157 (61.72% from 255) = 65.15%
R=25.73%
G=9.13%
B=65.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62221570.610.8600.38257.7875.4235.1
Hex3E169D3D560261024b23
Octal76262357512604640211343
Binary1111101011010011101111101101011001001101000000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,22,157); }

 H1.HeaderClassName
 {
   color: #3E169D;
 }
 .AnyTagClassName
 {
   color: #3E169D;
 }
</style>
background-color css

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

 a { background-color: rgb(62,22,157); }

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

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

 span { border-color: rgb(62,22,157); }

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