#341bb7

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

Shades of Persian Blue #341BB7

Tints of Persian Blue #341BB7

Color information

#341BB7 (or 0x341BB7) is unknown color: approx Persian Blue. HEX triplet: 34, 1B and B7. RGB value is (52,27,183). Sum of RGB (Red+Green+Blue) = 52+27+183=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 183 (71.88% from 255 or 69.85% from 262); Max value from RGB is 183 - color contains mainly: blue. Hex color #341BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341BB7 is #CBE448. Grayscale: #333333. Windows color (decimal): -13362249 or 12000052. OLE color: 12000052.

HSL color Cylindrical-coordinate representation of color #341BB7: hue angle of 249.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341BB7 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5227183-
CMYK0.720.8500.28
HSL249.62º74.29%41.18%-
HSV(B)249.62º85.25%71.76%-
XYZ10.364.9345.21-
YUV52.26201.78127.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 27 (10.94% from 255) = 10.31%
BLUE value IS 183 (71.88% from 255) = 69.85%
R=19.85%
G=10.31%
B=69.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52271830.720.8500.28249.6274.2941.18
Hex341BB7485501Cfa4a29
Octal643326711012503437211251
Binary110100110111011011110010001010101011100111110101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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