Html Css Color HEX #3F02AD Indigo

📋 copy color: '#3F02AD'

red 63 ◦ green 2 ◦ blue 173

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

Shades of Indigo #3F02AD

Tints of Indigo #3F02AD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 26.47%
G = 0.84%
B = 72.69%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F02AD (or 0x3F02AD) is known color: Indigo. HEX triplet: 3F, 02 and AD. RGB value is (63,2,173). Sum of RGB (Red+Green+Blue) = 63+2+173=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F02AD is #C0FD52. Grayscale: #272727. Windows color (decimal): -12647763 or 11338303. OLE color: 11338303.

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

Color convert

RGB 63 2 173 -
CMYK 0.64 0.99 0 0.32
HSL 261.4º 0.98% 0.34% -
HSV(B) 261.4º 0.99% 0.68% -
XYZ 9.61 4.12 39.82 -
YUV 39.73 203.21 144.6 -
System Red Green Blue C M Y K H S L
Decimal 63 2 173 0.64 0.99 0 0.32 261.4 0.98 0.34
Hex 3F 2 AD 40 63 0 20 105 62 22
Octal 77 2 255 100 143 0 40 405 142 42
Binary 111111 10 10101101 1000000 1100011 0 100000 100000101 1100010 100010

Color Harmonies of #3F02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F02AD

Black with #3F02AD

Text Example


Text Example

White with #3F02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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