Html Css Color HEX #3F00AA Indigo

📋 copy color: '#3F00AA'

red 63 ◦ green 0 ◦ blue 170

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

Shades of Indigo #3F00AA

Tints of Indigo #3F00AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 72.96%

R = 27.04%
G = 0%
B = 72.96%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F00AA (or 0x3F00AA) is known color: Indigo. HEX triplet: 3F, 00 and AA. RGB value is (63,0,170). Sum of RGB (Red+Green+Blue) = 63+0+170=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F00AA is #C0FF55. Grayscale: #252525. Windows color (decimal): -12648278 or 11141183. OLE color: 11141183.

HSL color Cylindrical-coordinate representation of color #3F00AA: hue angle of 262.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F00AA is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 0 170 -
CMYK 0.63 1 0 0.33
HSL 262.24º 1% 0.33% -
HSV(B) 262.24º 1% 0.67% -
XYZ 9.31 3.96 38.3 -
YUV 38.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 63 0 170 0.63 1 0 0.33 262.24 1 0.33
Hex 3F 0 AA 3F 64 0 21 106 64 21
Octal 77 0 252 77 144 0 41 406 144 41
Binary 111111 0 10101010 111111 1100100 0 100001 100000110 1100100 100001

Color Harmonies of #3F00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F00AA

Black with #3F00AA

Text Example


Text Example

White with #3F00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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