#3125C7

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

Shades of Persian Blue #3125C7

Tints of Persian Blue #3125C7

Color information

#3125C7 (or 0x3125C7) is unknown color: approx Persian Blue. HEX triplet: 31, 25 and C7. RGB value is (49,37,199). Sum of RGB (Red+Green+Blue) = 49+37+199=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 199 (78.12% from 255 or 69.82% from 285); Max value from RGB is 199 - color contains mainly: blue. Hex color #3125C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125C7 is #CEDA38. Grayscale: #3A3A3A. Windows color (decimal): -13556281 or 13051185. OLE color: 13051185.

HSL color Cylindrical-coordinate representation of color #3125C7: hue angle of 244.44º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3125C7 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4937199-
CMYK0.750.8100.22
HSL244.44º68.64%46.27%-
HSV(B)244.44º81.41%78.04%-
XYZ12.246.154.57-
YUV59.06206.98120.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 199 (78.12% from 255) = 69.82%
R=17.19%
G=12.98%
B=69.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal49371990.750.8100.22244.4468.6446.27
Hex3125C74B51016f4452e
Octal614530711312102636410556
Binary1100011001011100011110010111010001010110111101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3125C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3125C7; }

 p { color: rgb(49,37,199); }

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

<style>
 a { background-color: #3125C7; }

 a { background-color: rgb(49,37,199); }

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

<style>
 span { border-color: #3125C7; }

 span { border-color: rgb(49,37,199); }

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