Html Css Color HEX #341D7D Persian Indigo

📋 copy color: '#341D7D'

red 52 ◦ green 29 ◦ blue 125

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

Shades of Persian Indigo #341D7D

Tints of Persian Indigo #341D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 25.24%
G = 14.08%
B = 60.68%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#341D7D (or 0x341D7D) is known color: Persian Indigo. HEX triplet: 34, 1D and 7D. RGB value is (52,29,125). Sum of RGB (Red+Green+Blue) = 52+29+125=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #341D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D7D is #CBE282. Grayscale: #2E2E2E. Windows color (decimal): -13361795 or 8199476. OLE color: 8199476.

HSL color Cylindrical-coordinate representation of color #341D7D: hue angle of 254.38º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341D7D is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 29 125 -
CMYK 0.58 0.77 0 0.51
HSL 254.38º 0.62% 0.3% -
HSV(B) 254.38º 0.77% 0.49% -
XYZ 5.56 3.09 19.71 -
YUV 46.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 52 29 125 0.58 0.77 0 0.51 254.38 0.62 0.3
Hex 34 1D 7D 3A 4D 0 33 FE 3E 1E
Octal 64 35 175 72 115 0 63 376 76 36
Binary 110100 11101 1111101 111010 1001101 0 110011 11111110 111110 11110

Color Harmonies of #341D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D7D

Black with #341D7D

Text Example


Text Example

White with #341D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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