#400262

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

Shades of Indigo #400262

Tints of Indigo #400262

Color information

#400262 (or 0x400262) is unknown color: approx Indigo. HEX triplet: 40, 02 and 62. RGB value is (64,2,98). Sum of RGB (Red+Green+Blue) = 64+2+98=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 98 (38.67% from 255 or 59.76% from 164); Max value from RGB is 98 - color contains mainly: blue. Hex color #400262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400262 is #BFFD9D. Grayscale: #1F1F1F. Windows color (decimal): -12582302 or 6423104. OLE color: 6423104.

HSL color Cylindrical-coordinate representation of color #400262: hue angle of 278.75º 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 #400262 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64298-
CMYK0.350.9800.62
HSL278.75º96%19.61%-
HSV(B)278.75º97.96%38.43%-
XYZ4.342.0211.72-
YUV31.48165.54151.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.02%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 98 (38.67% from 255) = 59.76%
R=39.02%
G=1.22%
B=59.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal642980.350.9800.62278.759619.61
Hex40262236203E1176014
Octal10021424314207642714024
Binary100000010110001010001111000100111110100010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400262; }

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

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

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

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

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

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

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

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