#431998

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

Shades of Persian Indigo #431998

Tints of Persian Indigo #431998

Color information

#431998 (or 0x431998) is unknown color: approx Persian Indigo. HEX triplet: 43, 19 and 98. RGB value is (67,25,152). Sum of RGB (Red+Green+Blue) = 67+25+152=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 152 (59.77% from 255 or 62.30% from 244); Max value from RGB is 152 - color contains mainly: blue. Hex color #431998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431998 is #BCE667. Grayscale: #333333. Windows color (decimal): -12379752 or 9967939. OLE color: 9967939.

HSL color Cylindrical-coordinate representation of color #431998: hue angle of 259.84º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431998 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6725152-
CMYK0.560.8400.40
HSL259.84º71.75%34.71%-
HSV(B)259.84º83.55%59.61%-
XYZ8.334.1630.07-
YUV52.04184.41138.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 152 (59.77% from 255) = 62.30%
R=27.46%
G=10.25%
B=62.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal67251520.560.8400.40259.8471.7534.71
Hex43199838540281044823
Octal103312307012405040411043
Binary10000111100110011000111000101010001010001000001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431998; }

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

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

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

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

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

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

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

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