Html Css Color HEX #3F059C Indigo

📋 copy color: '#3F059C'

red 63 ◦ green 5 ◦ blue 156

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

Shades of Indigo #3F059C

Tints of Indigo #3F059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

 BLUE value IS 156 (61.33% from 255) = 69.64%

R = 28.13%
G = 2.23%
B = 69.64%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F059C (or 0x3F059C) is known color: Indigo. HEX triplet: 3F, 05 and 9C. RGB value is (63,5,156). Sum of RGB (Red+Green+Blue) = 63+5+156=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 156 (61.33% from 255 or 69.64% from 224); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F059C is #C0FA63. Grayscale: #272727. Windows color (decimal): -12647012 or 10224959. OLE color: 10224959.

HSL color Cylindrical-coordinate representation of color #3F059C: hue angle of 263.05º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F059C is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 5 156 -
CMYK 0.60 0.97 0 0.39
HSL 263.05º 0.94% 0.32% -
HSV(B) 263.05º 0.97% 0.61% -
XYZ 8.1 3.57 31.71 -
YUV 39.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 63 5 156 0.60 0.97 0 0.39 263.05 0.94 0.32
Hex 3F 5 9C 3C 61 0 27 107 5E 20
Octal 77 5 234 74 141 0 47 407 136 40
Binary 111111 101 10011100 111100 1100001 0 100111 100000111 1011110 100000

Color Harmonies of #3F059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F059C

Black with #3F059C

Text Example


Text Example

White with #3F059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,5,156); }

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

background-color css

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

 a { background-color: rgb(63,5,156); }

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

border-color css

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

 span { border-color: rgb(63,5,156); }

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