Html Css Color HEX #3F039E Indigo

📋 copy color: '#3F039E'

red 63 ◦ green 3 ◦ blue 158

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

Shades of Indigo #3F039E

Tints of Indigo #3F039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 158 (62.11% from 255) = 70.54%

R = 28.13%
G = 1.34%
B = 70.54%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F039E (or 0x3F039E) is known color: Indigo. HEX triplet: 3F, 03 and 9E. RGB value is (63,3,158). Sum of RGB (Red+Green+Blue) = 63+3+158=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F039E is #C0FC61. Grayscale: #262626. Windows color (decimal): -12647522 or 10355519. OLE color: 10355519.

HSL color Cylindrical-coordinate representation of color #3F039E: hue angle of 263.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F039E is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 3 158 -
CMYK 0.60 0.98 0 0.38
HSL 263.23º 0.96% 0.32% -
HSV(B) 263.23º 0.98% 0.62% -
XYZ 8.25 3.59 32.61 -
YUV 38.61 195.38 145.4 -
System Red Green Blue C M Y K H S L
Decimal 63 3 158 0.60 0.98 0 0.38 263.23 0.96 0.32
Hex 3F 3 9E 3C 62 0 26 107 60 20
Octal 77 3 236 74 142 0 46 407 140 40
Binary 111111 11 10011110 111100 1100010 0 100110 100000111 1100000 100000

Color Harmonies of #3F039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F039E

Black with #3F039E

Text Example


Text Example

White with #3F039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,3,158); }

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

background-color css

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

 a { background-color: rgb(63,3,158); }

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

border-color css

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

 span { border-color: rgb(63,3,158); }

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