#331C75

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

Shades of Persian Indigo #331C75

Tints of Persian Indigo #331C75

Color information

#331C75 (or 0x331C75) is unknown color: approx Persian Indigo. HEX triplet: 33, 1C and 75. RGB value is (51,28,117). Sum of RGB (Red+Green+Blue) = 51+28+117=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #331C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #331C75 is #CCE38A. Grayscale: #2C2C2C. Windows color (decimal): -13427595 or 7674931. OLE color: 7674931.

HSL color Cylindrical-coordinate representation of color #331C75: hue angle of 255.51º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #331C75 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5128117-
CMYK0.560.7600.54
HSL255.51º61.38%28.43%-
HSV(B)255.51º76.07%45.88%-
XYZ4.992.8217.11-
YUV45.02168.62132.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 28 (11.33% from 255) = 14.29%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=26.02%
G=14.29%
B=59.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51281170.560.7600.54255.5161.3828.43
Hex331C75384C0361003d1c
Octal6334165701140664007534
Binary1100111110011101011110001001100011011010000000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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