#1927DA

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

Shades of Persian Blue #1927DA

Tints of Persian Blue #1927DA

Color information

#1927DA (or 0x1927DA) is unknown color: approx Persian Blue. HEX triplet: 19, 27 and DA. RGB value is (25,39,218). Sum of RGB (Red+Green+Blue) = 25+39+218=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 218 (85.55% from 255 or 77.30% from 282); Max value from RGB is 218 - color contains mainly: blue. Hex color #1927DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1927DA is #E6D825. Grayscale: #363636. Windows color (decimal): -15128614 or 14296857. OLE color: 14296857.

HSL color Cylindrical-coordinate representation of color #1927DA: hue angle of 235.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1927DA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2539218-
CMYK0.890.8200.15
HSL235.65º79.42%47.65%-
HSV(B)235.65º88.53%85.49%-
XYZ13.786.7266.9-
YUV55.22219.86106.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.87%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 218 (85.55% from 255) = 77.30%
R=8.87%
G=13.83%
B=77.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal25392180.890.8200.15235.6579.4247.65
Hex1927DA59520Fec4f30
Octal314733213112201735411760
Binary11001100111110110101011001101001001111111011001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1927DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1927DA; }

 p { color: rgb(25,39,218); }

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

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

 a { background-color: rgb(25,39,218); }

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

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

 span { border-color: rgb(25,39,218); }

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