#331f8f

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

Shades of Persian Indigo #331F8F

Tints of Persian Indigo #331F8F

Color information

#331F8F (or 0x331F8F) is unknown color: approx Persian Indigo. HEX triplet: 33, 1F and 8F. RGB value is (51,31,143). Sum of RGB (Red+Green+Blue) = 51+31+143=225 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #331F8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331F8F is #CCE070. Grayscale: #313131. Windows color (decimal): -13426801 or 9379635. OLE color: 9379635.

HSL color Cylindrical-coordinate representation of color #331F8F: hue angle of 250.71º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331F8F is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5131143-
CMYK0.640.7800.44
HSL250.71º64.37%34.12%-
HSV(B)250.71º78.32%56.08%-
XYZ6.813.6726.34-
YUV49.75180.63128.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.67%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 143 (56.25% from 255) = 63.56%
R=22.67%
G=13.78%
B=63.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51311430.640.7800.44250.7164.3734.12
Hex331F8F404E02Cfb4022
Octal633721710011605437310042
Binary1100111111110001111100000010011100101100111110111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331f8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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