Html Css Color HEX #341FAD Persian Blue

📋 copy color: '#341FAD'

red 52 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #341FAD

Tints of Persian Blue #341FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 20.31%
G = 12.11%
B = 67.58%

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

#341FAD (or 0x341FAD) is known color: Persian Blue. HEX triplet: 34, 1F and AD. RGB value is (52,31,173). Sum of RGB (Red+Green+Blue) = 52+31+173=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #341FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341FAD is #CBE052. Grayscale: #343434. Windows color (decimal): -13361235 or 11345716. OLE color: 11345716.

HSL color Cylindrical-coordinate representation of color #341FAD: hue angle of 248.87º 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 #341FAD is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 31 173 -
CMYK 0.70 0.82 0 0.32
HSL 248.87º 0.7% 0.4% -
HSV(B) 248.87º 0.82% 0.68% -
XYZ 9.45 4.73 39.95 -
YUV 53.47 195.46 126.95 -
System Red Green Blue C M Y K H S L
Decimal 52 31 173 0.70 0.82 0 0.32 248.87 0.7 0.4
Hex 34 1F AD 46 52 0 20 F9 46 28
Octal 64 37 255 106 122 0 40 371 106 50
Binary 110100 11111 10101101 1000110 1010010 0 100000 11111001 1000110 101000

Color Harmonies of #341FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341FAD

Black with #341FAD

Text Example


Text Example

White with #341FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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