#2A39CA

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

Shades of Persian Blue #2A39CA

Tints of Persian Blue #2A39CA

Color information

#2A39CA (or 0x2A39CA) is unknown color: approx Persian Blue. HEX triplet: 2A, 39 and CA. RGB value is (42,57,202). Sum of RGB (Red+Green+Blue) = 42+57+202=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A39CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A39CA is #D5C635. Grayscale: #444444. Windows color (decimal): -14009910 or 13252906. OLE color: 13252906.

HSL color Cylindrical-coordinate representation of color #2A39CA: hue angle of 234.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A39CA is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4257202-
CMYK0.790.7200.21
HSL234.38º65.57%47.84%-
HSV(B)234.38º79.21%79.22%-
XYZ13.087.6856.67-
YUV69.04203.03108.71-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 202 (79.30% from 255) = 67.11%
R=13.95%
G=18.94%
B=67.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42572020.790.7200.21234.3865.5747.84
Hex2A39CA4F48015ea4230
Octal527131211711002535210260
Binary1010101110011100101010011111001000010101111010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A39CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,57,202); }

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

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

 a { background-color: rgb(42,57,202); }

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

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

 span { border-color: rgb(42,57,202); }

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