#331FCB

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

Shades of Persian Blue #331FCB

Tints of Persian Blue #331FCB

Color information

#331FCB (or 0x331FCB) is unknown color: approx Persian Blue. HEX triplet: 33, 1F and CB. RGB value is (51,31,203). Sum of RGB (Red+Green+Blue) = 51+31+203=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #331FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FCB is #CCE034. Grayscale: #373737. Windows color (decimal): -13426741 or 13311795. OLE color: 13311795.

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

Color convert

RGB5131203-
CMYK0.750.8500.20
HSL246.98º73.5%45.88%-
HSV(B)246.98º84.73%79.61%-
XYZ12.63656.99-
YUV56.59210.63124.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 203 (79.69% from 255) = 71.23%
R=17.89%
G=10.88%
B=71.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51312030.750.8500.20246.9873.545.88
Hex331FCB4B55014f74a2e
Octal633731311312502436711256
Binary110011111111100101110010111010101010100111101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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