Html Css Color HEX #341E75 Persian Indigo

📋 copy color: '#341E75'

red 52 ◦ green 30 ◦ blue 117

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

Shades of Persian Indigo #341E75

Tints of Persian Indigo #341E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

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

R = 26.13%
G = 15.08%
B = 58.79%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341E75 (or 0x341E75) is known color: Persian Indigo. HEX triplet: 34, 1E and 75. RGB value is (52,30,117). Sum of RGB (Red+Green+Blue) = 52+30+117=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #341E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E75 is #CBE18A. Grayscale: #2E2E2E. Windows color (decimal): -13361547 or 7675444. OLE color: 7675444.

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

Color convert

RGB 52 30 117 -
CMYK 0.56 0.74 0 0.54
HSL 255.17º 0.59% 0.29% -
HSV(B) 255.17º 0.74% 0.46% -
XYZ 5.09 2.94 17.13 -
YUV 46.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 52 30 117 0.56 0.74 0 0.54 255.17 0.59 0.29
Hex 34 1E 75 38 4A 0 36 FF 3B 1D
Octal 64 36 165 70 112 0 66 377 73 35
Binary 110100 11110 1110101 111000 1001010 0 110110 11111111 111011 11101

Color Harmonies of #341E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E75

Black with #341E75

Text Example


Text Example

White with #341E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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