Html Css Color HEX #3E00AE Indigo

📋 copy color: '#3E00AE'

red 62 ◦ green 0 ◦ blue 174

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

Shades of Indigo #3E00AE

Tints of Indigo #3E00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 73.73%

R = 26.27%
G = 0%
B = 73.73%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3E00AE (or 0x3E00AE) is known color: Indigo. HEX triplet: 3E, 00 and AE. RGB value is (62,0,174). Sum of RGB (Red+Green+Blue) = 62+0+174=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 174 (68.36% from 255 or 73.73% from 236); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E00AE is #C1FF51. Grayscale: #252525. Windows color (decimal): -12713810 or 11403326. OLE color: 11403326.

HSL color Cylindrical-coordinate representation of color #3E00AE: hue angle of 261.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00AE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 62 0 174 -
CMYK 0.64 1 0 0.32
HSL 261.38º 1% 0.34% -
HSV(B) 261.38º 1% 0.68% -
XYZ 9.63 4.08 40.32 -
YUV 38.37 204.54 144.85 -
System Red Green Blue C M Y K H S L
Decimal 62 0 174 0.64 1 0 0.32 261.38 1 0.34
Hex 3E 0 AE 40 64 0 20 105 64 22
Octal 76 0 256 100 144 0 40 405 144 42
Binary 111110 0 10101110 1000000 1100100 0 100000 100000101 1100100 100010

Color Harmonies of #3E00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E00AE

Black with #3E00AE

Text Example


Text Example

White with #3E00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,174); }

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

background-color css

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

 a { background-color: rgb(62,0,174); }

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

border-color css

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

 span { border-color: rgb(62,0,174); }

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