#4307AB

Color #4307AB Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4307AB

Tints of Indigo #4307AB

Color information

#4307AB (or 0x4307AB) is unknown color: approx Indigo. HEX triplet: 43, 07 and AB. RGB value is (67,7,171). Sum of RGB (Red+Green+Blue) = 67+7+171=245 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.35% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #4307AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4307AB is #BCF854. Grayscale: #2B2B2B. Windows color (decimal): -12384341 or 11208515. OLE color: 11208515.

HSL color Cylindrical-coordinate representation of color #4307AB: hue angle of 261.95º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4307AB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB677171-
CMYK0.610.9600.33
HSL261.95º92.13%34.9%-
HSV(B)261.95º95.91%67.06%-
XYZ9.744.2938.84-
YUV43.64199.88144.66-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.35%
GREEN value IS 7 (3.12% from 255) = 2.86%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=27.35%
G=2.86%
B=69.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6771710.610.9600.33261.9592.1334.9
Hex437AB3D600211065c23
Octal10372537514004140613443
Binary100001111110101011111101110000001000011000001101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4307AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4307AB; }

 p { color: rgb(67,7,171); }

 H1.HeaderClassName
 {
   color: #4307AB;
 }
 .AnyTagClassName
 {
   color: #4307AB;
 }
</style>
background-color css

<style>
 a { background-color: #4307AB; }

 a { background-color: rgb(67,7,171); }

 div.DivClassName
 {
   background-color: #4307AB;
 }
 .BgClassName
 {
   background-color: #4307AB;
 }
</style>
border-color css

<style>
 span { border-color: #4307AB; }

 span { border-color: rgb(67,7,171); }

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