#2719CA

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

Shades of Persian Blue #2719CA

Tints of Persian Blue #2719CA

Color information

#2719CA (or 0x2719CA) is unknown color: approx Persian Blue. HEX triplet: 27, 19 and CA. RGB value is (39,25,202). Sum of RGB (Red+Green+Blue) = 39+25+202=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #2719CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2719CA is #D8E635. Grayscale: #303030. Windows color (decimal): -14214710 or 13244711. OLE color: 13244711.

HSL color Cylindrical-coordinate representation of color #2719CA: hue angle of 244.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2719CA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3925202-
CMYK0.810.8800.21
HSL244.75º77.97%44.51%-
HSV(B)244.75º87.62%79.22%-
XYZ11.855.3956.29-
YUV49.36214.14120.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 25 (10.16% from 255) = 9.40%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=14.66%
G=9.40%
B=75.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39252020.810.8800.21244.7577.9744.51
Hex2719CA5158015f54e2d
Octal473131212113002536511655
Binary100111110011100101010100011011000010101111101011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2719CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2719CA; }

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

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

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

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

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

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

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

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