#430262

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

Shades of Indigo #430262

Tints of Indigo #430262

Color information

#430262 (or 0x430262) is unknown color: approx Indigo. HEX triplet: 43, 02 and 62. RGB value is (67,2,98). Sum of RGB (Red+Green+Blue) = 67+2+98=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #430262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430262 is #BCFD9D. Grayscale: #202020. Windows color (decimal): -12385694 or 6423107. OLE color: 6423107.

HSL color Cylindrical-coordinate representation of color #430262: hue angle of 280.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430262 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67298-
CMYK0.320.9800.62
HSL280.62º96%19.61%-
HSV(B)280.62º97.96%38.43%-
XYZ4.542.1211.72-
YUV32.38165.03152.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.12%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 98 (38.67% from 255) = 58.68%
R=40.12%
G=1.20%
B=58.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal672980.320.9800.62280.629619.61
Hex43262206203E1196014
Octal10321424014207643114024
Binary100001110110001010000011000100111110100011001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430262; }

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

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

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

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

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

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

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

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