Html Css Color HEX #4F0CAB Indigo

📋 copy color: '#4F0CAB'

red 79 ◦ green 12 ◦ blue 171

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

Shades of Indigo #4F0CAB

Tints of Indigo #4F0CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.58%

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 30.15%
G = 4.58%
B = 65.27%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F0CAB (or 0x4F0CAB) is known color: Indigo. HEX triplet: 4F, 0C and AB. RGB value is (79,12,171). Sum of RGB (Red+Green+Blue) = 79+12+171=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4F0CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0CAB is #B0F354. Grayscale: #313131. Windows color (decimal): -11596629 or 11209807. OLE color: 11209807.

HSL color Cylindrical-coordinate representation of color #4F0CAB: hue angle of 265.28º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0CAB is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 12 171 -
CMYK 0.54 0.93 0 0.33
HSL 265.28º 0.87% 0.36% -
HSV(B) 265.28º 0.93% 0.67% -
XYZ 10.71 4.87 38.9 -
YUV 50.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 79 12 171 0.54 0.93 0 0.33 265.28 0.87 0.36
Hex 4F C AB 36 5D 0 21 109 57 24
Octal 117 14 253 66 135 0 41 411 127 44
Binary 1001111 1100 10101011 110110 1011101 0 100001 100001001 1010111 100100

Color Harmonies of #4F0CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0CAB

Black with #4F0CAB

Text Example


Text Example

White with #4F0CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,171); }

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

background-color css

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

 a { background-color: rgb(79,12,171); }

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

border-color css

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

 span { border-color: rgb(79,12,171); }

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