Html Css Color HEX #3E169B Persian Indigo

📋 copy color: '#3E169B'

red 62 ◦ green 22 ◦ blue 155

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

Shades of Persian Indigo #3E169B

Tints of Persian Indigo #3E169B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 25.94%
G = 9.21%
B = 64.85%

CMYK

 C value IS 0.6

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E169B (or 0x3E169B) is known color: Persian Indigo. HEX triplet: 3E, 16 and 9B. RGB value is (62,22,155). Sum of RGB (Red+Green+Blue) = 62+22+155=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E169B is #C1E964. Grayscale: #303030. Windows color (decimal): -12708197 or 10163774. OLE color: 10163774.

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

Color convert

RGB 62 22 155 -
CMYK 0.6 0.86 0 0.39
HSL 258.05º 0.75% 0.35% -
HSV(B) 258.05º 0.86% 0.61% -
XYZ 8.19 3.96 31.34 -
YUV 49.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 62 22 155 0.6 0.86 0 0.39 258.05 0.75 0.35
Hex 3E 16 9B 3C 56 0 27 102 4B 23
Octal 76 26 233 74 126 0 47 402 113 43
Binary 111110 10110 10011011 111100 1010110 0 100111 100000010 1001011 100011

Color Harmonies of #3E169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E169B

Black with #3E169B

Text Example


Text Example

White with #3E169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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