#430192

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

Shades of Indigo #430192

Tints of Indigo #430192

Color information

#430192 (or 0x430192) is unknown color: approx Indigo. HEX triplet: 43, 01 and 92. RGB value is (67,1,146). Sum of RGB (Red+Green+Blue) = 67+1+146=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #430192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430192 is #BCFE6D. Grayscale: #242424. Windows color (decimal): -12385902 or 9568579. OLE color: 9568579.

HSL color Cylindrical-coordinate representation of color #430192: hue angle of 267.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430192 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB671146-
CMYK0.540.9900.43
HSL267.31º98.64%28.82%-
HSV(B)267.31º99.32%57.25%-
XYZ7.513.2927.43-
YUV37.26189.37149.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=31.31%
G=0.47%
B=68.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6711460.540.9900.43267.3198.6428.82
Hex43192366302B10b631d
Octal10312226614305341314335
Binary100001111001001011011011000110101011100001011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430192; }

 p { color: rgb(67,1,146); }

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

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

 a { background-color: rgb(67,1,146); }

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

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

 span { border-color: rgb(67,1,146); }

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