#410270

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

Shades of Indigo #410270

Tints of Indigo #410270

Color information

#410270 (or 0x410270) is unknown color: approx Indigo. HEX triplet: 41, 02 and 70. RGB value is (65,2,112). Sum of RGB (Red+Green+Blue) = 65+2+112=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #410270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410270 is #BEFD8F. Grayscale: #212121. Windows color (decimal): -12516752 or 7340609. OLE color: 7340609.

HSL color Cylindrical-coordinate representation of color #410270: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410270 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB652112-
CMYK0.420.9800.56
HSL274.36º96.49%22.35%-
HSV(B)274.36º98.21%43.92%-
XYZ5.132.3415.51-
YUV33.38172.37150.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 112 (44.14% from 255) = 62.57%
R=36.31%
G=1.12%
B=62.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6521120.420.9800.56274.3696.4922.35
Hex412702A620381126016
Octal10121605214207042214026
Binary100000110111000010101011000100111000100010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410270; }

 p { color: rgb(65,2,112); }

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

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

 a { background-color: rgb(65,2,112); }

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

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

 span { border-color: rgb(65,2,112); }

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