Html Css Color HEX #341DAF Persian Blue

📋 copy color: '#341DAF'

red 52 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #341DAF

Tints of Persian Blue #341DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 20.31%
G = 11.33%
B = 68.36%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#341DAF (or 0x341DAF) is known color: Persian Blue. HEX triplet: 34, 1D and AF. RGB value is (52,29,175). Sum of RGB (Red+Green+Blue) = 52+29+175=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #341DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341DAF is #CBE250. Grayscale: #333333. Windows color (decimal): -13361745 or 11476276. OLE color: 11476276.

HSL color Cylindrical-coordinate representation of color #341DAF: hue angle of 249.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341DAF is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 29 175 -
CMYK 0.70 0.83 0 0.31
HSL 249.45º 0.72% 0.4% -
HSV(B) 249.45º 0.83% 0.69% -
XYZ 9.59 4.7 40.96 -
YUV 52.52 197.12 127.63 -
System Red Green Blue C M Y K H S L
Decimal 52 29 175 0.70 0.83 0 0.31 249.45 0.72 0.4
Hex 34 1D AF 46 53 0 1F F9 48 28
Octal 64 35 257 106 123 0 37 371 110 50
Binary 110100 11101 10101111 1000110 1010011 0 11111 11111001 1001000 101000

Color Harmonies of #341DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DAF

Black with #341DAF

Text Example


Text Example

White with #341DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,29,175); }

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

background-color css

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

 a { background-color: rgb(52,29,175); }

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

border-color css

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

 span { border-color: rgb(52,29,175); }

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