Html Css Color HEX #3E0467 Indigo

📋 copy color: '#3E0467'

red 62 ◦ green 4 ◦ blue 103

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

Shades of Indigo #3E0467

Tints of Indigo #3E0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.37%

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

R = 36.69%
G = 2.37%
B = 60.95%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#3E0467 (or 0x3E0467) is known color: Indigo. HEX triplet: 3E, 04 and 67. RGB value is (62,4,103). Sum of RGB (Red+Green+Blue) = 62+4+103=169 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.69% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 103 (40.62% from 255 or 60.95% from 169); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E0467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0467 is #C1FB98. Grayscale: #202020. Windows color (decimal): -12712857 or 6751294. OLE color: 6751294.

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

Color convert

RGB 62 4 103 -
CMYK 0.40 0.96 0 0.60
HSL 275.15º 0.93% 0.21% -
HSV(B) 275.15º 0.96% 0.4% -
XYZ 4.48 2.09 13 -
YUV 32.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 62 4 103 0.40 0.96 0 0.60 275.15 0.93 0.21
Hex 3E 4 67 28 60 0 3C 113 5D 15
Octal 76 4 147 50 140 0 74 423 135 25
Binary 111110 100 1100111 101000 1100000 0 111100 100010011 1011101 10101

Color Harmonies of #3E0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0467

Black with #3E0467

Text Example


Text Example

White with #3E0467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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