#2A1CCB

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

Shades of Persian Blue #2A1CCB

Tints of Persian Blue #2A1CCB

Color information

#2A1CCB (or 0x2A1CCB) is unknown color: approx Persian Blue. HEX triplet: 2A, 1C and CB. RGB value is (42,28,203). Sum of RGB (Red+Green+Blue) = 42+28+203=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A1CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1CCB is #D5E334. Grayscale: #333333. Windows color (decimal): -14017333 or 13311018. OLE color: 13311018.

HSL color Cylindrical-coordinate representation of color #2A1CCB: hue angle of 244.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1CCB is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4228203-
CMYK0.790.8600.20
HSL244.8º75.76%45.29%-
HSV(B)244.8º86.21%79.61%-
XYZ12.155.6356.95-
YUV52.14213.14120.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 203 (79.69% from 255) = 74.36%
R=15.38%
G=10.26%
B=74.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal42282030.790.8600.20244.875.7645.29
Hex2A1CCB4F56014f54c2d
Octal523431311712602436511455
Binary101010111001100101110011111010110010100111101011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,28,203); }

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

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

 a { background-color: rgb(42,28,203); }

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

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

 span { border-color: rgb(42,28,203); }

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