#3129CC

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

Shades of Persian Blue #3129CC

Tints of Persian Blue #3129CC

Color information

#3129CC (or 0x3129CC) is unknown color: approx Persian Blue. HEX triplet: 31, 29 and CC. RGB value is (49,41,204). Sum of RGB (Red+Green+Blue) = 49+41+204=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #3129CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129CC is #CED633. Grayscale: #3D3D3D. Windows color (decimal): -13555252 or 13379889. OLE color: 13379889.

HSL color Cylindrical-coordinate representation of color #3129CC: hue angle of 242.94º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3129CC is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB4941204-
CMYK0.760.8000.2
HSL242.94º66.53%48.04%-
HSV(B)242.94º79.9%80%-
XYZ12.966.657.72-
YUV61.97208.15118.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 13.95%
BLUE value IS 204 (80.08% from 255) = 69.39%
R=16.67%
G=13.95%
B=69.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal49412040.760.8000.2242.9466.5348.04
Hex3129CC4C50014f34330
Octal615131411412002436310360
Binary1100011010011100110010011001010000010100111100111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3129CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3129CC; }

 p { color: rgb(49,41,204); }

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

<style>
 a { background-color: #3129CC; }

 a { background-color: rgb(49,41,204); }

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

<style>
 span { border-color: #3129CC; }

 span { border-color: rgb(49,41,204); }

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