Html Css Color HEX #3E0068 Indigo

📋 copy color: '#3E0068'

red 62 ◦ green 0 ◦ blue 104

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

Shades of Indigo #3E0068

Tints of Indigo #3E0068

RGB

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

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

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

R = 37.35%
G = 0%
B = 62.65%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3E0068 (or 0x3E0068) is known color: Indigo. HEX triplet: 3E, 00 and 68. RGB value is (62,0,104). Sum of RGB (Red+Green+Blue) = 62+0+104=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #3E0068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0068 is #C1FF97. Grayscale: #1E1E1E. Windows color (decimal): -12713880 or 6815806. OLE color: 6815806.

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

Color convert

RGB 62 0 104 -
CMYK 0.40 1 0 0.59
HSL 275.77º 1% 0.2% -
HSV(B) 275.77º 1% 0.41% -
XYZ 4.49 2.02 13.25 -
YUV 30.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 62 0 104 0.40 1 0 0.59 275.77 1 0.2
Hex 3E 0 68 28 64 0 3B 114 64 14
Octal 76 0 150 50 144 0 73 424 144 24
Binary 111110 0 1101000 101000 1100100 0 111011 100010100 1100100 10100

Color Harmonies of #3E0068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0068

Black with #3E0068

Text Example


Text Example

White with #3E0068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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