Html Css Color HEX #341FAE Persian Blue

📋 copy color: '#341FAE'

red 52 ◦ green 31 ◦ blue 174

#341FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #341FAE

Tints of Persian Blue #341FAE

RGB

 RED value IS 52 (20.7% from 255) = 20.23%

 GREEN value IS 31 (12.5% from 255) = 12.06%

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 20.23%
G = 12.06%
B = 67.7%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#341FAE (or 0x341FAE) is known color: Persian Blue. HEX triplet: 34, 1F and AE. RGB value is (52,31,174). Sum of RGB (Red+Green+Blue) = 52+31+174=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #341FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FAE is #CBE051. Grayscale: #353535. Windows color (decimal): -13361234 or 11411252. OLE color: 11411252.

HSL color Cylindrical-coordinate representation of color #341FAE: hue angle of 248.81º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341FAE is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 31 174 -
CMYK 0.70 0.82 0 0.32
HSL 248.81º 0.7% 0.4% -
HSV(B) 248.81º 0.82% 0.68% -
XYZ 9.55 4.77 40.46 -
YUV 53.58 195.96 126.87 -
System Red Green Blue C M Y K H S L
Decimal 52 31 174 0.70 0.82 0 0.32 248.81 0.7 0.4
Hex 34 1F AE 46 52 0 20 F9 46 28
Octal 64 37 256 106 122 0 40 371 106 50
Binary 110100 11111 10101110 1000110 1010010 0 100000 11111001 1000110 101000

Color Harmonies of #341FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FAE

Black with #341FAE

Text Example


Text Example

White with #341FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,31,174); }

 H1.HeaderClassName
 {
   color: #341FAE;
 }
 .AnyTagClassName
 {
   color: #341FAE;
 }
</style>

background-color css

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

 a { background-color: rgb(52,31,174); }

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

border-color css

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

 span { border-color: rgb(52,31,174); }

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