Html Css Color HEX #341C7D Persian Indigo

📋 copy color: '#341C7D'

red 52 ◦ green 28 ◦ blue 125

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

Shades of Persian Indigo #341C7D

Tints of Persian Indigo #341C7D

RGB

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

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

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

R = 25.37%
G = 13.66%
B = 60.98%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#341C7D (or 0x341C7D) is known color: Persian Indigo. HEX triplet: 34, 1C and 7D. RGB value is (52,28,125). Sum of RGB (Red+Green+Blue) = 52+28+125=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #341C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C7D is #CBE382. Grayscale: #2D2D2D. Windows color (decimal): -13362051 or 8199220. OLE color: 8199220.

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

Color convert

RGB 52 28 125 -
CMYK 0.58 0.78 0 0.51
HSL 254.85º 0.63% 0.3% -
HSV(B) 254.85º 0.78% 0.49% -
XYZ 5.53 3.04 19.7 -
YUV 46.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 52 28 125 0.58 0.78 0 0.51 254.85 0.63 0.3
Hex 34 1C 7D 3A 4E 0 33 FF 3F 1E
Octal 64 34 175 72 116 0 63 377 77 36
Binary 110100 11100 1111101 111010 1001110 0 110011 11111111 111111 11110

Color Harmonies of #341C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C7D

Black with #341C7D

Text Example


Text Example

White with #341C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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