Html Css Color HEX #3E168A Persian Indigo

📋 copy color: '#3E168A'

red 62 ◦ green 22 ◦ blue 138

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

Shades of Persian Indigo #3E168A

Tints of Persian Indigo #3E168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 27.93%
G = 9.91%
B = 62.16%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E168A (or 0x3E168A) is known color: Persian Indigo. HEX triplet: 3E, 16 and 8A. RGB value is (62,22,138). Sum of RGB (Red+Green+Blue) = 62+22+138=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E168A is #C1E975. Grayscale: #2E2E2E. Windows color (decimal): -12708214 or 9049662. OLE color: 9049662.

HSL color Cylindrical-coordinate representation of color #3E168A: hue angle of 260.69º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E168A is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 22 138 -
CMYK 0.55 0.84 0 0.46
HSL 260.69º 0.73% 0.31% -
HSV(B) 260.69º 0.84% 0.54% -
XYZ 6.86 3.43 24.35 -
YUV 47.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 62 22 138 0.55 0.84 0 0.46 260.69 0.73 0.31
Hex 3E 16 8A 37 54 0 2E 105 48 1F
Octal 76 26 212 67 124 0 56 405 110 37
Binary 111110 10110 10001010 110111 1010100 0 101110 100000101 1001000 11111

Color Harmonies of #3E168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E168A

Black with #3E168A

Text Example


Text Example

White with #3E168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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