Html Css Color HEX #4F02AF Indigo

📋 copy color: '#4F02AF'

red 79 ◦ green 2 ◦ blue 175

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

Shades of Indigo #4F02AF

Tints of Indigo #4F02AF

RGB

 RED value IS 79 (31.25% from 255) = 30.86%

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 30.86%
G = 0.78%
B = 68.36%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F02AF (or 0x4F02AF) is known color: Indigo. HEX triplet: 4F, 02 and AF. RGB value is (79,2,175). Sum of RGB (Red+Green+Blue) = 79+2+175=256 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.86% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F02AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F02AF is #B0FD50. Grayscale: #2C2C2C. Windows color (decimal): -11599185 or 11469391. OLE color: 11469391.

HSL color Cylindrical-coordinate representation of color #4F02AF: hue angle of 266.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02AF is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 2 175 -
CMYK 0.55 0.99 0 0.31
HSL 266.71º 0.98% 0.35% -
HSV(B) 266.71º 0.99% 0.69% -
XYZ 10.98 4.8 40.91 -
YUV 44.75 201.51 152.43 -
System Red Green Blue C M Y K H S L
Decimal 79 2 175 0.55 0.99 0 0.31 266.71 0.98 0.35
Hex 4F 2 AF 37 63 0 1F 10B 62 23
Octal 117 2 257 67 143 0 37 413 142 43
Binary 1001111 10 10101111 110111 1100011 0 11111 100001011 1100010 100011

Color Harmonies of #4F02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F02AF

Black with #4F02AF

Text Example


Text Example

White with #4F02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F02AF; }

 p { color: rgb(79,2,175); }

 H1.HeaderClassName
 {
   color: #4F02AF;
 }
 .AnyTagClassName
 {
   color: #4F02AF;
 }
</style>

background-color css

<style>
 a { background-color: #4F02AF; }

 a { background-color: rgb(79,2,175); }

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

border-color css

<style>
 span { border-color: #4F02AF; }

 span { border-color: rgb(79,2,175); }

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