#282AC1

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

Shades of Persian Blue #282AC1

Tints of Persian Blue #282AC1

Color information

#282AC1 (or 0x282AC1) is unknown color: approx Persian Blue. HEX triplet: 28, 2A and C1. RGB value is (40,42,193). Sum of RGB (Red+Green+Blue) = 40+42+193=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #282AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282AC1 is #D7D53E. Grayscale: #3A3A3A. Windows color (decimal): -14144831 or 12659240. OLE color: 12659240.

HSL color Cylindrical-coordinate representation of color #282AC1: hue angle of 239.22º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #282AC1 is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4042193-
CMYK0.790.7800.24
HSL239.22º65.67%45.69%-
HSV(B)239.22º79.27%75.69%-
XYZ11.335.9651-
YUV58.62203.84114.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 193 (75.78% from 255) = 70.18%
R=14.55%
G=15.27%
B=70.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40421930.790.7800.24239.2265.6745.69
Hex282AC14F4E018ef422e
Octal505230111711603035710256
Binary1010001010101100000110011111001110011000111011111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282AC1; }

 p { color: rgb(40,42,193); }

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

<style>
 a { background-color: #282AC1; }

 a { background-color: rgb(40,42,193); }

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

<style>
 span { border-color: #282AC1; }

 span { border-color: rgb(40,42,193); }

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