#2939DA

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

Shades of Persian Blue #2939DA

Tints of Persian Blue #2939DA

Color information

#2939DA (or 0x2939DA) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and DA. RGB value is (41,57,218). Sum of RGB (Red+Green+Blue) = 41+57+218=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #2939DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939DA is #D6C625. Grayscale: #454545. Windows color (decimal): -14075430 or 14301481. OLE color: 14301481.

HSL color Cylindrical-coordinate representation of color #2939DA: hue angle of 234.58º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2939DA is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4157218-
CMYK0.810.7400.15
HSL234.58º70.52%50.78%-
HSV(B)234.58º81.19%85.49%-
XYZ15.038.4667.17-
YUV70.57211.2106.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 218 (85.55% from 255) = 68.99%
R=12.97%
G=18.04%
B=68.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal41572180.810.7400.15234.5870.5250.78
Hex2939DA514A0Feb4733
Octal517133212111201735310763
Binary101001111001110110101010001100101001111111010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,57,218); }

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

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

 a { background-color: rgb(41,57,218); }

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

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

 span { border-color: rgb(41,57,218); }

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