Html Css Color HEX #3F025E Indigo

📋 copy color: '#3F025E'

red 63 ◦ green 2 ◦ blue 94

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

Shades of Indigo #3F025E

Tints of Indigo #3F025E

RGB

 RED value IS 63 (25% from 255) = 39.62%

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 94 (37.11% from 255) = 59.12%

R = 39.62%
G = 1.26%
B = 59.12%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3F025E (or 0x3F025E) is known color: Indigo. HEX triplet: 3F, 02 and 5E. RGB value is (63,2,94). Sum of RGB (Red+Green+Blue) = 63+2+94=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F025E is #C0FDA1. Grayscale: #1E1E1E. Windows color (decimal): -12647842 or 6160959. OLE color: 6160959.

HSL color Cylindrical-coordinate representation of color #3F025E: hue angle of 279.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F025E is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 63 2 94 -
CMYK 0.33 0.98 0 0.63
HSL 279.78º 0.96% 0.19% -
HSV(B) 279.78º 0.98% 0.37% -
XYZ 4.09 1.91 10.74 -
YUV 30.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 63 2 94 0.33 0.98 0 0.63 279.78 0.96 0.19
Hex 3F 2 5E 21 62 0 3F 118 60 13
Octal 77 2 136 41 142 0 77 430 140 23
Binary 111111 10 1011110 100001 1100010 0 111111 100011000 1100000 10011

Color Harmonies of #3F025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F025E

Black with #3F025E

Text Example


Text Example

White with #3F025E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,94); }

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

background-color css

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

 a { background-color: rgb(63,2,94); }

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

border-color css

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

 span { border-color: rgb(63,2,94); }

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