#3128CA

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

Shades of Persian Blue #3128CA

Tints of Persian Blue #3128CA

Color information

#3128CA (or 0x3128CA) is unknown color: approx Persian Blue. HEX triplet: 31, 28 and CA. RGB value is (49,40,202). Sum of RGB (Red+Green+Blue) = 49+40+202=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #3128CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3128CA is #CED735. Grayscale: #3C3C3C. Windows color (decimal): -13555510 or 13248561. OLE color: 13248561.

HSL color Cylindrical-coordinate representation of color #3128CA: hue angle of 243.33º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3128CA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4940202-
CMYK0.760.8000.21
HSL243.33º66.94%47.45%-
HSV(B)243.33º80.2%79.22%-
XYZ12.696.4356.45-
YUV61.16207.48119.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.84%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 202 (79.30% from 255) = 69.42%
R=16.84%
G=13.75%
B=69.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal49402020.760.8000.21243.3366.9447.45
Hex3128CA4C50015f3432f
Octal615031211412002536310357
Binary1100011010001100101010011001010000010101111100111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3128CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3128CA; }

 p { color: rgb(49,40,202); }

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

<style>
 a { background-color: #3128CA; }

 a { background-color: rgb(49,40,202); }

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

<style>
 span { border-color: #3128CA; }

 span { border-color: rgb(49,40,202); }

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