Html Css Color HEX #341C7C Persian Indigo

📋 copy color: '#341C7C'

red 52 ◦ green 28 ◦ blue 124

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

Shades of Persian Indigo #341C7C

Tints of Persian Indigo #341C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

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

R = 25.49%
G = 13.73%
B = 60.78%

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

#341C7C (or 0x341C7C) is known color: Persian Indigo. HEX triplet: 34, 1C and 7C. RGB value is (52,28,124). Sum of RGB (Red+Green+Blue) = 52+28+124=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #341C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C7C is #CBE383. Grayscale: #2D2D2D. Windows color (decimal): -13362052 or 8133684. OLE color: 8133684.

HSL color Cylindrical-coordinate representation of color #341C7C: hue angle of 255º degrees, saturation: 0.63, 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 #341C7C is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 28 124 -
CMYK 0.58 0.77 0 0.51
HSL 255º 0.63% 0.3% -
HSV(B) 255º 0.77% 0.49% -
XYZ 5.47 3.02 19.36 -
YUV 46.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 52 28 124 0.58 0.77 0 0.51 255 0.63 0.3
Hex 34 1C 7C 3A 4D 0 33 FF 3F 1E
Octal 64 34 174 72 115 0 63 377 77 36
Binary 110100 11100 1111100 111010 1001101 0 110011 11111111 111111 11110

Color Harmonies of #341C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C7C

Black with #341C7C

Text Example


Text Example

White with #341C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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