Html Css Color HEX #3E0167 Indigo

📋 copy color: '#3E0167'

red 62 ◦ green 1 ◦ blue 103

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

Shades of Indigo #3E0167

Tints of Indigo #3E0167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 62.05%

R = 37.35%
G = 0.6%
B = 62.05%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3E0167 (or 0x3E0167) is known color: Indigo. HEX triplet: 3E, 01 and 67. RGB value is (62,1,103). Sum of RGB (Red+Green+Blue) = 62+1+103=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E0167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0167 is #C1FE98. Grayscale: #1E1E1E. Windows color (decimal): -12713625 or 6750526. OLE color: 6750526.

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

Color convert

RGB 62 1 103 -
CMYK 0.40 0.99 0 0.60
HSL 275.88º 0.98% 0.2% -
HSV(B) 275.88º 0.99% 0.4% -
XYZ 4.45 2.03 12.99 -
YUV 30.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 62 1 103 0.40 0.99 0 0.60 275.88 0.98 0.2
Hex 3E 1 67 28 63 0 3C 114 62 14
Octal 76 1 147 50 143 0 74 424 142 24
Binary 111110 1 1100111 101000 1100011 0 111100 100010100 1100010 10100

Color Harmonies of #3E0167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0167

Black with #3E0167

Text Example


Text Example

White with #3E0167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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