Html Css Color HEX #341E7C Persian Indigo

📋 copy color: '#341E7C'

red 52 ◦ green 30 ◦ blue 124

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

Shades of Persian Indigo #341E7C

Tints of Persian Indigo #341E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 60.19%

R = 25.24%
G = 14.56%
B = 60.19%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#341E7C (or 0x341E7C) is known color: Persian Indigo. HEX triplet: 34, 1E and 7C. RGB value is (52,30,124). Sum of RGB (Red+Green+Blue) = 52+30+124=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #341E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E7C is #CBE183. Grayscale: #2E2E2E. Windows color (decimal): -13361540 or 8134196. OLE color: 8134196.

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

Color convert

RGB 52 30 124 -
CMYK 0.58 0.76 0 0.51
HSL 254.04º 0.61% 0.3% -
HSV(B) 254.04º 0.76% 0.49% -
XYZ 5.52 3.11 19.38 -
YUV 47.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 52 30 124 0.58 0.76 0 0.51 254.04 0.61 0.3
Hex 34 1E 7C 3A 4C 0 33 FE 3D 1E
Octal 64 36 174 72 114 0 63 376 75 36
Binary 110100 11110 1111100 111010 1001100 0 110011 11111110 111101 11110

Color Harmonies of #341E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341E7C

Black with #341E7C

Text Example


Text Example

White with #341E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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