Html Css Color HEX #3F048C Indigo

📋 copy color: '#3F048C'

red 63 ◦ green 4 ◦ blue 140

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

Shades of Indigo #3F048C

Tints of Indigo #3F048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 67.63%

R = 30.43%
G = 1.93%
B = 67.63%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3F048C (or 0x3F048C) is known color: Indigo. HEX triplet: 3F, 04 and 8C. RGB value is (63,4,140). Sum of RGB (Red+Green+Blue) = 63+4+140=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 140 (55.08% from 255 or 67.63% from 207); Max value from RGB is 140 - color contains mainly: blue. Hex color #3F048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F048C is #C0FB73. Grayscale: #242424. Windows color (decimal): -12647284 or 9176127. OLE color: 9176127.

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

Color convert

RGB 63 4 140 -
CMYK 0.55 0.97 0 0.45
HSL 266.03º 0.94% 0.28% -
HSV(B) 266.03º 0.97% 0.55% -
XYZ 6.83 3.04 25.04 -
YUV 37.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 63 4 140 0.55 0.97 0 0.45 266.03 0.94 0.28
Hex 3F 4 8C 37 61 0 2D 10A 5E 1C
Octal 77 4 214 67 141 0 55 412 136 34
Binary 111111 100 10001100 110111 1100001 0 101101 100001010 1011110 11100

Color Harmonies of #3F048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F048C

Black with #3F048C

Text Example


Text Example

White with #3F048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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