Html Css Color HEX #3E0168 Indigo

📋 copy color: '#3E0168'

red 62 ◦ green 1 ◦ blue 104

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

Shades of Indigo #3E0168

Tints of Indigo #3E0168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 37.13%
G = 0.6%
B = 62.28%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E0168 (or 0x3E0168) is known color: Indigo. HEX triplet: 3E, 01 and 68. RGB value is (62,1,104). Sum of RGB (Red+Green+Blue) = 62+1+104=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0168 is #C1FE97. Grayscale: #1E1E1E. Windows color (decimal): -12713624 or 6816062. OLE color: 6816062.

HSL color Cylindrical-coordinate representation of color #3E0168: hue angle of 275.53º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0168 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 1 104 -
CMYK 0.40 0.99 0 0.59
HSL 275.53º 0.98% 0.21% -
HSV(B) 275.53º 0.99% 0.41% -
XYZ 4.5 2.05 13.25 -
YUV 30.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 62 1 104 0.40 0.99 0 0.59 275.53 0.98 0.21
Hex 3E 1 68 28 63 0 3B 114 62 15
Octal 76 1 150 50 143 0 73 424 142 25
Binary 111110 1 1101000 101000 1100011 0 111011 100010100 1100010 10101

Color Harmonies of #3E0168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0168

Black with #3E0168

Text Example


Text Example

White with #3E0168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,104); }

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

background-color css

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

 a { background-color: rgb(62,1,104); }

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

border-color css

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

 span { border-color: rgb(62,1,104); }

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