#2830E1

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

Shades of Persian Blue #2830E1

Tints of Persian Blue #2830E1

Color information

#2830E1 (or 0x2830E1) is unknown color: approx Persian Blue. HEX triplet: 28, 30 and E1. RGB value is (40,48,225). Sum of RGB (Red+Green+Blue) = 40+48+225=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 225 (88.28% from 255 or 71.88% from 313); Max value from RGB is 225 - color contains mainly: blue. Hex color #2830E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2830E1 is #D7CF1E. Grayscale: #414141. Windows color (decimal): -14143263 or 14757928. OLE color: 14757928.

HSL color Cylindrical-coordinate representation of color #2830E1: hue angle of 237.41º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2830E1 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4048225-
CMYK0.820.7900.12
HSL237.41º75.51%51.96%-
HSV(B)237.41º82.22%88.24%-
XYZ15.52871.96-
YUV65.79217.85109.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 225 (88.28% from 255) = 71.88%
R=12.78%
G=15.34%
B=71.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal40482250.820.7900.12237.4175.5151.96
Hex2830E1524F0Ced4c34
Octal506034112211701435511464
Binary101000110000111000011010010100111101100111011011001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2830E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2830E1; }

 p { color: rgb(40,48,225); }

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

<style>
 a { background-color: #2830E1; }

 a { background-color: rgb(40,48,225); }

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

<style>
 span { border-color: #2830E1; }

 span { border-color: rgb(40,48,225); }

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