#430298

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

Shades of Indigo #430298

Tints of Indigo #430298

Color information

#430298 (or 0x430298) is unknown color: approx Indigo. HEX triplet: 43, 02 and 98. RGB value is (67,2,152). Sum of RGB (Red+Green+Blue) = 67+2+152=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 152 (59.77% from 255 or 68.78% from 221); Max value from RGB is 152 - color contains mainly: blue. Hex color #430298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430298 is #BCFD67. Grayscale: #262626. Windows color (decimal): -12385640 or 9962051. OLE color: 9962051.

HSL color Cylindrical-coordinate representation of color #430298: hue angle of 266º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430298 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB672152-
CMYK0.560.9900.40
HSL266º97.4%30.2%-
HSV(B)266º98.68%59.61%-
XYZ83.529.96-
YUV38.53192.03148.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 152 (59.77% from 255) = 68.78%
R=30.32%
G=0.90%
B=68.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6721520.560.9900.4026697.430.2
Hex43298386302810a611e
Octal10322307014305041214136
Binary1000011101001100011100011000110101000100001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430298; }

 p { color: rgb(67,2,152); }

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

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

 a { background-color: rgb(67,2,152); }

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

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

 span { border-color: rgb(67,2,152); }

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