#331CCB

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

Shades of Persian Blue #331CCB

Tints of Persian Blue #331CCB

Color information

#331CCB (or 0x331CCB) is unknown color: approx Persian Blue. HEX triplet: 33, 1C and CB. RGB value is (51,28,203). Sum of RGB (Red+Green+Blue) = 51+28+203=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #331CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCB is #CCE334. Grayscale: #363636. Windows color (decimal): -13427509 or 13311027. OLE color: 13311027.

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

Color convert

RGB5128203-
CMYK0.750.8600.20
HSL247.89º75.76%45.29%-
HSV(B)247.89º86.21%79.61%-
XYZ12.565.8556.97-
YUV54.83211.62125.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.09%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 203 (79.69% from 255) = 71.99%
R=18.09%
G=9.93%
B=71.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51282030.750.8600.20247.8975.7645.29
Hex331CCB4B56014f84c2d
Octal633431311312602437011455
Binary110011111001100101110010111010110010100111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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