Html Css Color HEX #3F0591 Indigo

📋 copy color: '#3F0591'

red 63 ◦ green 5 ◦ blue 145

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

Shades of Indigo #3F0591

Tints of Indigo #3F0591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 29.58%
G = 2.35%
B = 68.08%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F0591 (or 0x3F0591) is known color: Indigo. HEX triplet: 3F, 05 and 91. RGB value is (63,5,145). Sum of RGB (Red+Green+Blue) = 63+5+145=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0591 is #C0FA6E. Grayscale: #252525. Windows color (decimal): -12647023 or 9504063. OLE color: 9504063.

HSL color Cylindrical-coordinate representation of color #3F0591: hue angle of 264.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0591 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 5 145 -
CMYK 0.57 0.97 0 0.43
HSL 264.86º 0.93% 0.29% -
HSV(B) 264.86º 0.97% 0.57% -
XYZ 7.22 3.21 27.03 -
YUV 38.3 188.22 145.62 -
System Red Green Blue C M Y K H S L
Decimal 63 5 145 0.57 0.97 0 0.43 264.86 0.93 0.29
Hex 3F 5 91 39 61 0 2B 109 5D 1D
Octal 77 5 221 71 141 0 53 411 135 35
Binary 111111 101 10010001 111001 1100001 0 101011 100001001 1011101 11101

Color Harmonies of #3F0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0591

Black with #3F0591

Text Example


Text Example

White with #3F0591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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