#431275

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

Shades of Persian Indigo #431275

Tints of Persian Indigo #431275

Color information

#431275 (or 0x431275) is unknown color: approx Persian Indigo. HEX triplet: 43, 12 and 75. RGB value is (67,18,117). Sum of RGB (Red+Green+Blue) = 67+18+117=202 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.17% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #431275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431275 is #BCED8A. Grayscale: #2B2B2B. Windows color (decimal): -12381579 or 7672387. OLE color: 7672387.

HSL color Cylindrical-coordinate representation of color #431275: hue angle of 269.7º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431275 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6718117-
CMYK0.430.8500.54
HSL269.7º73.33%26.47%-
HSV(B)269.7º84.62%45.88%-
XYZ5.742.9117.09-
YUV43.94169.23144.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.17%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=33.17%
G=8.91%
B=57.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67181170.430.8500.54269.773.3326.47
Hex4312752B5503610e491a
Octal103221655312506641611132
Binary100001110010111010110101110101010110110100001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431275; }

 p { color: rgb(67,18,117); }

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

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

 a { background-color: rgb(67,18,117); }

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

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

 span { border-color: rgb(67,18,117); }

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