#1432D3

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

Shades of Persian Blue #1432D3

Tints of Persian Blue #1432D3

Color information

#1432D3 (or 0x1432D3) is unknown color: approx Persian Blue. HEX triplet: 14, 32 and D3. RGB value is (20,50,211). Sum of RGB (Red+Green+Blue) = 20+50+211=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 211 (82.81% from 255 or 75.09% from 281); Max value from RGB is 211 - color contains mainly: blue. Hex color #1432D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1432D3 is #EBCD2C. Grayscale: #3A3A3A. Windows color (decimal): -15453485 or 13840916. OLE color: 13840916.

HSL color Cylindrical-coordinate representation of color #1432D3: hue angle of 230.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1432D3 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2050211-
CMYK0.910.7600.17
HSL230.58º82.68%45.29%-
HSV(B)230.58º90.52%82.75%-
XYZ13.197.1362.31-
YUV59.38213.5699.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 211 (82.81% from 255) = 75.09%
R=7.12%
G=17.79%
B=75.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20502110.910.7600.17230.5882.6845.29
Hex1432D35B4C011e7532d
Octal246232313311402134712355
Binary101001100101101001110110111001100010001111001111010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1432D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1432D3; }

 p { color: rgb(20,50,211); }

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

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

 a { background-color: rgb(20,50,211); }

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

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

 span { border-color: rgb(20,50,211); }

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