Html Css Color HEX #3F047A Indigo

📋 copy color: '#3F047A'

red 63 ◦ green 4 ◦ blue 122

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

Shades of Indigo #3F047A

Tints of Indigo #3F047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 64.55%

R = 33.33%
G = 2.12%
B = 64.55%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F047A (or 0x3F047A) is known color: Indigo. HEX triplet: 3F, 04 and 7A. RGB value is (63,4,122). Sum of RGB (Red+Green+Blue) = 63+4+122=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F047A is #C0FB85. Grayscale: #222222. Windows color (decimal): -12647302 or 7996479. OLE color: 7996479.

HSL color Cylindrical-coordinate representation of color #3F047A: hue angle of 270º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F047A is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 4 122 -
CMYK 0.48 0.97 0 0.52
HSL 270º 0.94% 0.25% -
HSV(B) 270º 0.97% 0.48% -
XYZ 5.61 2.55 18.61 -
YUV 35.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 63 4 122 0.48 0.97 0 0.52 270 0.94 0.25
Hex 3F 4 7A 30 61 0 34 10E 5E 19
Octal 77 4 172 60 141 0 64 416 136 31
Binary 111111 100 1111010 110000 1100001 0 110100 100001110 1011110 11001

Color Harmonies of #3F047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F047A

Black with #3F047A

Text Example


Text Example

White with #3F047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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