Html Css Color HEX #341D81 Persian Indigo

📋 copy color: '#341D81'

red 52 ◦ green 29 ◦ blue 129

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

Shades of Persian Indigo #341D81

Tints of Persian Indigo #341D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 24.76%
G = 13.81%
B = 61.43%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341D81 (or 0x341D81) is known color: Persian Indigo. HEX triplet: 34, 1D and 81. RGB value is (52,29,129). Sum of RGB (Red+Green+Blue) = 52+29+129=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #341D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341D81 is #CBE27E. Grayscale: #2E2E2E. Windows color (decimal): -13361791 or 8461620. OLE color: 8461620.

HSL color Cylindrical-coordinate representation of color #341D81: hue angle of 253.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #341D81 is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 29 129 -
CMYK 0.60 0.78 0 0.49
HSL 253.8º 0.63% 0.31% -
HSV(B) 253.8º 0.78% 0.51% -
XYZ 5.82 3.19 21.08 -
YUV 47.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 52 29 129 0.60 0.78 0 0.49 253.8 0.63 0.31
Hex 34 1D 81 3C 4E 0 31 FE 3F 1F
Octal 64 35 201 74 116 0 61 376 77 37
Binary 110100 11101 10000001 111100 1001110 0 110001 11111110 111111 11111

Color Harmonies of #341D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D81

Black with #341D81

Text Example


Text Example

White with #341D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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