#430F98

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

Shades of Indigo #430F98

Tints of Indigo #430F98

Color information

#430F98 (or 0x430F98) is unknown color: approx Indigo. HEX triplet: 43, 0F and 98. RGB value is (67,15,152). Sum of RGB (Red+Green+Blue) = 67+15+152=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #430F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430F98 is #BCF067. Grayscale: #2D2D2D. Windows color (decimal): -12382312 or 9965379. OLE color: 9965379.

HSL color Cylindrical-coordinate representation of color #430F98: hue angle of 262.77º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430F98 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6715152-
CMYK0.560.9000.40
HSL262.77º82.04%32.75%-
HSV(B)262.77º90.13%59.61%-
XYZ8.153.830.01-
YUV46.17187.73142.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 28.63%
GREEN value IS 15 (6.25% from 255) = 6.41%
BLUE value IS 152 (59.77% from 255) = 64.96%
R=28.63%
G=6.41%
B=64.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67151520.560.9000.40262.7782.0432.75
Hex43F98385A0281075221
Octal103172307013205040712241
Binary1000011111110011000111000101101001010001000001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430F98; }

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

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

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

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

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

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

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

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