Html Css Color HEX #3F0AAD Indigo

📋 copy color: '#3F0AAD'

red 63 ◦ green 10 ◦ blue 173

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

Shades of Indigo #3F0AAD

Tints of Indigo #3F0AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 25.61%
G = 4.07%
B = 70.33%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F0AAD (or 0x3F0AAD) is known color: Indigo. HEX triplet: 3F, 0A and AD. RGB value is (63,10,173). Sum of RGB (Red+Green+Blue) = 63+10+173=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0AAD is #C0F552. Grayscale: #2B2B2B. Windows color (decimal): -12645715 or 11340351. OLE color: 11340351.

HSL color Cylindrical-coordinate representation of color #3F0AAD: hue angle of 259.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0AAD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 10 173 -
CMYK 0.64 0.94 0 0.32
HSL 259.51º 0.89% 0.36% -
HSV(B) 259.51º 0.94% 0.68% -
XYZ 9.7 4.29 39.85 -
YUV 44.43 200.56 141.25 -
System Red Green Blue C M Y K H S L
Decimal 63 10 173 0.64 0.94 0 0.32 259.51 0.89 0.36
Hex 3F A AD 40 5E 0 20 104 59 24
Octal 77 12 255 100 136 0 40 404 131 44
Binary 111111 1010 10101101 1000000 1011110 0 100000 100000100 1011001 100100

Color Harmonies of #3F0AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0AAD

Black with #3F0AAD

Text Example


Text Example

White with #3F0AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,10,173); }

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

background-color css

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

 a { background-color: rgb(63,10,173); }

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

border-color css

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

 span { border-color: rgb(63,10,173); }

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