Html Css Color HEX #341C75 Persian Indigo

📋 copy color: '#341C75'

red 52 ◦ green 28 ◦ blue 117

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

Shades of Persian Indigo #341C75

Tints of Persian Indigo #341C75

RGB

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

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

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

R = 26.4%
G = 14.21%
B = 59.39%

CMYK

 C value IS 0.56

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#341C75 (or 0x341C75) is known color: Persian Indigo. HEX triplet: 34, 1C and 75. RGB value is (52,28,117). Sum of RGB (Red+Green+Blue) = 52+28+117=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #341C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C75 is #CBE38A. Grayscale: #2C2C2C. Windows color (decimal): -13362059 or 7674932. OLE color: 7674932.

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

Color convert

RGB 52 28 117 -
CMYK 0.56 0.76 0 0.54
HSL 256.18º 0.61% 0.28% -
HSV(B) 256.18º 0.76% 0.46% -
XYZ 5.04 2.84 17.11 -
YUV 45.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 52 28 117 0.56 0.76 0 0.54 256.18 0.61 0.28
Hex 34 1C 75 38 4C 0 36 100 3D 1C
Octal 64 34 165 70 114 0 66 400 75 34
Binary 110100 11100 1110101 111000 1001100 0 110110 100000000 111101 11100

Color Harmonies of #341C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C75

Black with #341C75

Text Example


Text Example

White with #341C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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