#2A1DC4

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

Shades of Persian Blue #2A1DC4

Tints of Persian Blue #2A1DC4

Color information

#2A1DC4 (or 0x2A1DC4) is unknown color: approx Persian Blue. HEX triplet: 2A, 1D and C4. RGB value is (42,29,196). Sum of RGB (Red+Green+Blue) = 42+29+196=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 196 (76.95% from 255 or 73.41% from 267); Max value from RGB is 196 - color contains mainly: blue. Hex color #2A1DC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1DC4 is #D5E23B. Grayscale: #333333. Windows color (decimal): -14017084 or 12852522. OLE color: 12852522.

HSL color Cylindrical-coordinate representation of color #2A1DC4: hue angle of 244.67º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2A1DC4 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4229196-
CMYK0.790.8500.23
HSL244.67º74.22%44.12%-
HSV(B)244.67º85.2%76.86%-
XYZ11.365.3652.66-
YUV51.92209.31120.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 196 (76.95% from 255) = 73.41%
R=15.73%
G=10.86%
B=73.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal42291960.790.8500.23244.6774.2244.12
Hex2A1DC44F55017f54a2c
Octal523530411712502736511254
Binary101010111011100010010011111010101010111111101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,29,196); }

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

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

 a { background-color: rgb(42,29,196); }

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

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

 span { border-color: rgb(42,29,196); }

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