#341BA4

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

Shades of Persian Indigo #341BA4

Tints of Persian Indigo #341BA4

Color information

#341BA4 (or 0x341BA4) is unknown color: approx Persian Indigo. HEX triplet: 34, 1B and A4. RGB value is (52,27,164). Sum of RGB (Red+Green+Blue) = 52+27+164=243 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.40% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #341BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341BA4 is #CBE45B. Grayscale: #313131. Windows color (decimal): -13362268 or 10754868. OLE color: 10754868.

HSL color Cylindrical-coordinate representation of color #341BA4: hue angle of 250.95º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341BA4 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5227164-
CMYK0.680.8400.36
HSL250.95º71.73%37.45%-
HSV(B)250.95º83.54%64.31%-
XYZ8.514.1935.48-
YUV50.09192.28129.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.40%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 164 (64.45% from 255) = 67.49%
R=21.40%
G=11.11%
B=67.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52271640.680.8400.36250.9571.7337.45
Hex341BA44454024fb4825
Octal643324410412404437311045
Binary1101001101110100100100010010101000100100111110111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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