Html Css Color HEX #3F0461 Indigo

📋 copy color: '#3F0461'

red 63 ◦ green 4 ◦ blue 97

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

Shades of Indigo #3F0461

Tints of Indigo #3F0461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.15%

R = 38.41%
G = 2.44%
B = 59.15%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F0461 (or 0x3F0461) is known color: Indigo. HEX triplet: 3F, 04 and 61. RGB value is (63,4,97). Sum of RGB (Red+Green+Blue) = 63+4+97=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0461 is #C0FB9E. Grayscale: #1F1F1F. Windows color (decimal): -12647327 or 6358079. OLE color: 6358079.

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

Color convert

RGB 63 4 97 -
CMYK 0.35 0.96 0 0.62
HSL 278.06º 0.92% 0.2% -
HSV(B) 278.06º 0.96% 0.38% -
XYZ 4.25 2.01 11.47 -
YUV 32.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 63 4 97 0.35 0.96 0 0.62 278.06 0.92 0.2
Hex 3F 4 61 23 60 0 3E 116 5C 14
Octal 77 4 141 43 140 0 76 426 134 24
Binary 111111 100 1100001 100011 1100000 0 111110 100010110 1011100 10100

Color Harmonies of #3F0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0461

Black with #3F0461

Text Example


Text Example

White with #3F0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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