Html Css Color HEX #3E167C Persian Indigo

📋 copy color: '#3E167C'

red 62 ◦ green 22 ◦ blue 124

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

Shades of Persian Indigo #3E167C

Tints of Persian Indigo #3E167C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 29.81%
G = 10.58%
B = 59.62%

CMYK

 C value IS 0.5

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E167C (or 0x3E167C) is known color: Persian Indigo. HEX triplet: 3E, 16 and 7C. RGB value is (62,22,124). Sum of RGB (Red+Green+Blue) = 62+22+124=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E167C is #C1E983. Grayscale: #2D2D2D. Windows color (decimal): -12708228 or 8132158. OLE color: 8132158.

HSL color Cylindrical-coordinate representation of color #3E167C: hue angle of 263.53º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E167C is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 22 124 -
CMYK 0.5 0.82 0 0.51
HSL 263.53º 0.7% 0.29% -
HSV(B) 263.53º 0.82% 0.49% -
XYZ 5.91 3.05 19.35 -
YUV 45.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 62 22 124 0.5 0.82 0 0.51 263.53 0.7 0.29
Hex 3E 16 7C 32 52 0 33 108 46 1D
Octal 76 26 174 62 122 0 63 410 106 35
Binary 111110 10110 1111100 110010 1010010 0 110011 100001000 1000110 11101

Color Harmonies of #3E167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E167C

Black with #3E167C

Text Example


Text Example

White with #3E167C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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