Html Css Color HEX #341DA1 Persian Indigo

📋 copy color: '#341DA1'

red 52 ◦ green 29 ◦ blue 161

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

Shades of Persian Indigo #341DA1

Tints of Persian Indigo #341DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 21.49%
G = 11.98%
B = 66.53%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#341DA1 (or 0x341DA1) is known color: Persian Indigo. HEX triplet: 34, 1D and A1. RGB value is (52,29,161). Sum of RGB (Red+Green+Blue) = 52+29+161=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #341DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341DA1 is #CBE25E. Grayscale: #323232. Windows color (decimal): -13361759 or 10558772. OLE color: 10558772.

HSL color Cylindrical-coordinate representation of color #341DA1: hue angle of 250.45º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341DA1 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 29 161 -
CMYK 0.68 0.82 0 0.37
HSL 250.45º 0.69% 0.37% -
HSV(B) 250.45º 0.82% 0.63% -
XYZ 8.29 4.18 34.09 -
YUV 50.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 52 29 161 0.68 0.82 0 0.37 250.45 0.69 0.37
Hex 34 1D A1 44 52 0 25 FA 45 25
Octal 64 35 241 104 122 0 45 372 105 45
Binary 110100 11101 10100001 1000100 1010010 0 100101 11111010 1000101 100101

Color Harmonies of #341DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DA1

Black with #341DA1

Text Example


Text Example

White with #341DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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