#331caf

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

Shades of Persian Blue #331CAF

Tints of Persian Blue #331CAF

Color information

#331CAF (or 0x331CAF) is unknown color: approx Persian Blue. HEX triplet: 33, 1C and AF. RGB value is (51,28,175). Sum of RGB (Red+Green+Blue) = 51+28+175=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #331CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331CAF is #CCE350. Grayscale: #333333. Windows color (decimal): -13427537 or 11476019. OLE color: 11476019.

HSL color Cylindrical-coordinate representation of color #331CAF: hue angle of 249.39º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331CAF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5128175-
CMYK0.710.8400.31
HSL249.39º72.41%39.8%-
HSV(B)249.39º84%68.63%-
XYZ9.524.6340.95-
YUV51.64197.62127.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 175 (68.75% from 255) = 68.90%
R=20.08%
G=11.02%
B=68.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51281750.710.8400.31249.3972.4139.8
Hex331CAF475401Ff94828
Octal633425710712403737111050
Binary110011111001010111110001111010100011111111110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,28,175); }

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

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

 a { background-color: rgb(51,28,175); }

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

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

 span { border-color: rgb(51,28,175); }

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