#331ABD

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

Shades of Persian Blue #331ABD

Tints of Persian Blue #331ABD

Color information

#331ABD (or 0x331ABD) is unknown color: approx Persian Blue. HEX triplet: 33, 1A and BD. RGB value is (51,26,189). Sum of RGB (Red+Green+Blue) = 51+26+189=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #331ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ABD is #CCE542. Grayscale: #333333. Windows color (decimal): -13428035 or 12393011. OLE color: 12393011.

HSL color Cylindrical-coordinate representation of color #331ABD: hue angle of 249.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331ABD is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5126189-
CMYK0.730.8600.26
HSL249.2º75.81%42.16%-
HSV(B)249.2º86.24%74.12%-
XYZ10.925.1248.56-
YUV52.06205.28127.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.17%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 189 (74.22% from 255) = 71.05%
R=19.17%
G=9.77%
B=71.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51261890.730.8600.26249.275.8142.16
Hex331ABD495601Af94c2a
Octal633227511112603237111452
Binary110011110101011110110010011010110011010111110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,26,189); }

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

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

 a { background-color: rgb(51,26,189); }

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

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

 span { border-color: rgb(51,26,189); }

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