#331BC9

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

Shades of Persian Blue #331BC9

Tints of Persian Blue #331BC9

Color information

#331BC9 (or 0x331BC9) is unknown color: approx Persian Blue. HEX triplet: 33, 1B and C9. RGB value is (51,27,201). Sum of RGB (Red+Green+Blue) = 51+27+201=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #331BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BC9 is #CCE436. Grayscale: #353535. Windows color (decimal): -13427767 or 13179699. OLE color: 13179699.

HSL color Cylindrical-coordinate representation of color #331BC9: hue angle of 248.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331BC9 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5127201-
CMYK0.750.8700.21
HSL248.28º76.32%44.71%-
HSV(B)248.28º86.57%78.82%-
XYZ12.35.755.71-
YUV54.01210.95125.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 27 (10.94% from 255) = 9.68%
BLUE value IS 201 (78.91% from 255) = 72.04%
R=18.28%
G=9.68%
B=72.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal51272010.750.8700.21248.2876.3244.71
Hex331BC94B57015f84c2d
Octal633331111312702537011455
Binary110011110111100100110010111010111010101111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,27,201); }

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

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

 a { background-color: rgb(51,27,201); }

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

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

 span { border-color: rgb(51,27,201); }

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