Html Css Color HEX #341D75 Persian Indigo

📋 copy color: '#341D75'

red 52 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #341D75

Tints of Persian Indigo #341D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.09%

R = 26.26%
G = 14.65%
B = 59.09%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341D75 (or 0x341D75) is known color: Persian Indigo. HEX triplet: 34, 1D and 75. RGB value is (52,29,117). Sum of RGB (Red+Green+Blue) = 52+29+117=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #341D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D75 is #CBE28A. Grayscale: #2D2D2D. Windows color (decimal): -13361803 or 7675188. OLE color: 7675188.

HSL color Cylindrical-coordinate representation of color #341D75: hue angle of 255.68º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341D75 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 29 117 -
CMYK 0.56 0.75 0 0.54
HSL 255.68º 0.6% 0.29% -
HSV(B) 255.68º 0.75% 0.46% -
XYZ 5.07 2.89 17.12 -
YUV 45.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 52 29 117 0.56 0.75 0 0.54 255.68 0.6 0.29
Hex 34 1D 75 38 4B 0 36 100 3C 1D
Octal 64 35 165 70 113 0 66 400 74 35
Binary 110100 11101 1110101 111000 1001011 0 110110 100000000 111100 11101

Color Harmonies of #341D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341D75

Black with #341D75

Text Example


Text Example

White with #341D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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