#341B90

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

Shades of Persian Indigo #341B90

Tints of Persian Indigo #341B90

Color information

#341B90 (or 0x341B90) is unknown color: approx Persian Indigo. HEX triplet: 34, 1B and 90. RGB value is (52,27,144). Sum of RGB (Red+Green+Blue) = 52+27+144=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #341B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341B90 is #CBE46F. Grayscale: #2F2F2F. Windows color (decimal): -13362288 or 9444148. OLE color: 9444148.

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

Color convert

RGB5227144-
CMYK0.640.8100.44
HSL252.82º68.42%33.53%-
HSV(B)252.82º81.25%56.47%-
XYZ6.843.5326.71-
YUV47.81182.28130.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 27 (10.94% from 255) = 12.11%
BLUE value IS 144 (56.64% from 255) = 64.57%
R=23.32%
G=12.11%
B=64.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52271440.640.8100.44252.8268.4233.53
Hex341B90405102Cfd4422
Octal643322010012105437510442
Binary1101001101110010000100000010100010101100111111011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341B90; }

 p { color: rgb(52,27,144); }

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

<style>
 a { background-color: #341B90; }

 a { background-color: rgb(52,27,144); }

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

<style>
 span { border-color: #341B90; }

 span { border-color: rgb(52,27,144); }

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