Html Css Color HEX #3F0491 Indigo

📋 copy color: '#3F0491'

red 63 ◦ green 4 ◦ blue 145

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

Shades of Indigo #3F0491

Tints of Indigo #3F0491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

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

R = 29.72%
G = 1.89%
B = 68.4%

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

#3F0491 (or 0x3F0491) is known color: Indigo. HEX triplet: 3F, 04 and 91. RGB value is (63,4,145). Sum of RGB (Red+Green+Blue) = 63+4+145=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F0491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0491 is #C0FB6E. Grayscale: #252525. Windows color (decimal): -12647279 or 9503807. OLE color: 9503807.

HSL color Cylindrical-coordinate representation of color #3F0491: hue angle of 265.11º degrees, saturation: 0.95, 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 #3F0491 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 4 145 -
CMYK 0.57 0.97 0 0.43
HSL 265.11º 0.95% 0.29% -
HSV(B) 265.11º 0.97% 0.57% -
XYZ 7.2 3.19 27.02 -
YUV 37.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 63 4 145 0.57 0.97 0 0.43 265.11 0.95 0.29
Hex 3F 4 91 39 61 0 2B 109 5F 1D
Octal 77 4 221 71 141 0 53 411 137 35
Binary 111111 100 10010001 111001 1100001 0 101011 100001001 1011111 11101

Color Harmonies of #3F0491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0491

Black with #3F0491

Text Example


Text Example

White with #3F0491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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