Html Css Color HEX #3E169E Persian Indigo

📋 copy color: '#3E169E'

red 62 ◦ green 22 ◦ blue 158

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

Shades of Persian Indigo #3E169E

Tints of Persian Indigo #3E169E

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 value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E169E (or 0x3E169E) is known color: 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

RGB 62 22 158 -
CMYK 0.61 0.86 0 0.38
HSL 257.65º 0.76% 0.35% -
HSV(B) 257.65º 0.86% 0.62% -
XYZ 8.45 4.07 32.69 -
YUV 49.46 189.25 136.94 -
System Red Green Blue C M Y K H S L
Decimal 62 22 158 0.61 0.86 0 0.38 257.65 0.76 0.35
Hex 3E 16 9E 3D 56 0 26 102 4C 23
Octal 76 26 236 75 126 0 46 402 114 43
Binary 111110 10110 10011110 111101 1010110 0 100110 100000010 1001100 100011

Color Harmonies of #3E169E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E169E

Black with #3E169E

Text Example


Text Example

White with #3E169E

Text Example


Text Example

HTML Codes & Css Web 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>