Html Css Color HEX #3F00AD Indigo

📋 copy color: '#3F00AD'

red 63 ◦ green 0 ◦ blue 173

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

Shades of Indigo #3F00AD

Tints of Indigo #3F00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 26.69%
G = 0%
B = 73.31%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F00AD (or 0x3F00AD) is known color: Indigo. HEX triplet: 3F, 00 and AD. RGB value is (63,0,173). Sum of RGB (Red+Green+Blue) = 63+0+173=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F00AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F00AD is #C0FF52. Grayscale: #252525. Windows color (decimal): -12648275 or 11337791. OLE color: 11337791.

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

Color convert

RGB 63 0 173 -
CMYK 0.64 1 0 0.32
HSL 261.85º 1% 0.34% -
HSV(B) 261.85º 1% 0.68% -
XYZ 9.59 4.07 39.82 -
YUV 38.56 203.87 145.43 -
System Red Green Blue C M Y K H S L
Decimal 63 0 173 0.64 1 0 0.32 261.85 1 0.34
Hex 3F 0 AD 40 64 0 20 106 64 22
Octal 77 0 255 100 144 0 40 406 144 42
Binary 111111 0 10101101 1000000 1100100 0 100000 100000110 1100100 100010

Color Harmonies of #3F00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00AD

Black with #3F00AD

Text Example


Text Example

White with #3F00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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