#3E169E

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

Shades of Persian Indigo #3E169E

Tints of Persian Indigo #3E169E

Color information

#3E169E (or 0x3E169E) is unknown color: approx Persian Indigo. HEX triplet: 3E, 16 and 9E. RGB value is (62,22,158). Sum of RGB (Red+Green+Blue) = 62+22+158=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E169E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E169E is #C1E961. Grayscale: #303030. Windows color (decimal): -12708194 or 10360382. OLE color: 10360382.

HSL color Cylindrical-coordinate representation of color #3E169E: hue angle of 257.65º degrees, saturation: 0.76, 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 #3E169E is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6222158-
CMYK0.610.8600.38
HSL257.65º75.56%35.29%-
HSV(B)257.65º86.08%61.96%-
XYZ8.454.0732.69-
YUV49.46189.25136.94-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 158 (62.11% from 255) = 65.29%
R=25.62%
G=9.09%
B=65.29%

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
Decimal62221580.610.8600.38257.6575.5635.29
Hex3E169E3D560261024c23
Octal76262367512604640211443
Binary1111101011010011110111101101011001001101000000101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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