Html Css Color HEX #341C74 Persian Indigo

📋 copy color: '#341C74'

red 52 ◦ green 28 ◦ blue 116

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

Shades of Persian Indigo #341C74

Tints of Persian Indigo #341C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 26.53%
G = 14.29%
B = 59.18%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341C74 (or 0x341C74) is known color: Persian Indigo. HEX triplet: 34, 1C and 74. RGB value is (52,28,116). Sum of RGB (Red+Green+Blue) = 52+28+116=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #341C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C74 is #CBE38B. Grayscale: #2C2C2C. Windows color (decimal): -13362060 or 7609396. OLE color: 7609396.

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

Color convert

RGB 52 28 116 -
CMYK 0.55 0.76 0 0.55
HSL 256.36º 0.61% 0.28% -
HSV(B) 256.36º 0.76% 0.45% -
XYZ 4.98 2.82 16.8 -
YUV 45.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 52 28 116 0.55 0.76 0 0.55 256.36 0.61 0.28
Hex 34 1C 74 37 4C 0 37 100 3D 1C
Octal 64 34 164 67 114 0 67 400 75 34
Binary 110100 11100 1110100 110111 1001100 0 110111 100000000 111101 11100

Color Harmonies of #341C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C74

Black with #341C74

Text Example


Text Example

White with #341C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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