Html Css Color HEX #3E0985 Indigo

📋 copy color: '#3E0985'

red 62 ◦ green 9 ◦ blue 133

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

Shades of Indigo #3E0985

Tints of Indigo #3E0985

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

 BLUE value IS 133 (52.34% from 255) = 65.2%

R = 30.39%
G = 4.41%
B = 65.2%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E0985 (or 0x3E0985) is known color: Indigo. HEX triplet: 3E, 09 and 85. RGB value is (62,9,133). Sum of RGB (Red+Green+Blue) = 62+9+133=204 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.39% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0985 is #C1F67A. Grayscale: #262626. Windows color (decimal): -12711547 or 8718654. OLE color: 8718654.

HSL color Cylindrical-coordinate representation of color #3E0985: hue angle of 265.65º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0985 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 9 133 -
CMYK 0.53 0.93 0 0.48
HSL 265.65º 0.87% 0.28% -
HSV(B) 265.65º 0.93% 0.52% -
XYZ 6.32 2.91 22.42 -
YUV 38.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 62 9 133 0.53 0.93 0 0.48 265.65 0.87 0.28
Hex 3E 9 85 35 5D 0 30 10A 57 1C
Octal 76 11 205 65 135 0 60 412 127 34
Binary 111110 1001 10000101 110101 1011101 0 110000 100001010 1010111 11100

Color Harmonies of #3E0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0985

Black with #3E0985

Text Example


Text Example

White with #3E0985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,9,133); }

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

background-color css

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

 a { background-color: rgb(62,9,133); }

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

border-color css

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

 span { border-color: rgb(62,9,133); }

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