#2D19D0

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

Shades of Persian Blue #2D19D0

Tints of Persian Blue #2D19D0

Color information

#2D19D0 (or 0x2D19D0) is unknown color: approx Persian Blue. HEX triplet: 2D, 19 and D0. RGB value is (45,25,208). Sum of RGB (Red+Green+Blue) = 45+25+208=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 208 (81.64% from 255 or 74.82% from 278); Max value from RGB is 208 - color contains mainly: blue. Hex color #2D19D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D19D0 is #D2E62F. Grayscale: #333333. Windows color (decimal): -13821488 or 13637933. OLE color: 13637933.

HSL color Cylindrical-coordinate representation of color #2D19D0: hue angle of 246.56º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D19D0 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4525208-
CMYK0.780.8800.18
HSL246.56º78.54%45.69%-
HSV(B)246.56º87.98%81.57%-
XYZ12.815.8160.12-
YUV51.84216.13123.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 208 (81.64% from 255) = 74.82%
R=16.19%
G=8.99%
B=74.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal45252080.780.8800.18246.5678.5445.69
Hex2D19D04E58012f74f2e
Octal553132011613002236711756
Binary101101110011101000010011101011000010010111101111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D19D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D19D0; }

 p { color: rgb(45,25,208); }

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

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

 a { background-color: rgb(45,25,208); }

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

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

 span { border-color: rgb(45,25,208); }

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