Html Css Color HEX #3F059B Indigo

📋 copy color: '#3F059B'

red 63 ◦ green 5 ◦ blue 155

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

Shades of Indigo #3F059B

Tints of Indigo #3F059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 28.25%
G = 2.24%
B = 69.51%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F059B (or 0x3F059B) is known color: Indigo. HEX triplet: 3F, 05 and 9B. RGB value is (63,5,155). Sum of RGB (Red+Green+Blue) = 63+5+155=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F059B is #C0FA64. Grayscale: #262626. Windows color (decimal): -12647013 or 10159423. OLE color: 10159423.

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

Color convert

RGB 63 5 155 -
CMYK 0.59 0.97 0 0.39
HSL 263.2º 0.94% 0.31% -
HSV(B) 263.2º 0.97% 0.61% -
XYZ 8.02 3.53 31.27 -
YUV 39.44 193.22 144.8 -
System Red Green Blue C M Y K H S L
Decimal 63 5 155 0.59 0.97 0 0.39 263.2 0.94 0.31
Hex 3F 5 9B 3B 61 0 27 107 5E 1F
Octal 77 5 233 73 141 0 47 407 136 37
Binary 111111 101 10011011 111011 1100001 0 100111 100000111 1011110 11111

Color Harmonies of #3F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F059B

Black with #3F059B

Text Example


Text Example

White with #3F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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