#331FAC

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

Shades of Persian Blue #331FAC

Tints of Persian Blue #331FAC

Color information

#331FAC (or 0x331FAC) is unknown color: approx Persian Blue. HEX triplet: 33, 1F and AC. RGB value is (51,31,172). Sum of RGB (Red+Green+Blue) = 51+31+172=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #331FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FAC is #CCE053. Grayscale: #343434. Windows color (decimal): -13426772 or 11280179. OLE color: 11280179.

HSL color Cylindrical-coordinate representation of color #331FAC: hue angle of 248.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331FAC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5131172-
CMYK0.700.8200.33
HSL248.51º69.46%39.8%-
HSV(B)248.51º81.98%67.45%-
XYZ9.34.6639.44-
YUV53.05195.13126.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 172 (67.58% from 255) = 67.72%
R=20.08%
G=12.20%
B=67.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51311720.700.8200.33248.5169.4639.8
Hex331FAC4652021f94528
Octal633725410612204137110550
Binary1100111111110101100100011010100100100001111110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331FAC; }

 p { color: rgb(51,31,172); }

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

<style>
 a { background-color: #331FAC; }

 a { background-color: rgb(51,31,172); }

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

<style>
 span { border-color: #331FAC; }

 span { border-color: rgb(51,31,172); }

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