Html Css Color HEX #341A74 Persian Indigo

📋 copy color: '#341A74'

red 52 ◦ green 26 ◦ blue 116

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

Shades of Persian Indigo #341A74

Tints of Persian Indigo #341A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.4%

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

R = 26.8%
G = 13.4%
B = 59.79%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341A74 (or 0x341A74) is known color: Persian Indigo. HEX triplet: 34, 1A and 74. RGB value is (52,26,116). Sum of RGB (Red+Green+Blue) = 52+26+116=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #341A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341A74 is #CBE58B. Grayscale: #2B2B2B. Windows color (decimal): -13362572 or 7608884. OLE color: 7608884.

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

Color convert

RGB 52 26 116 -
CMYK 0.55 0.78 0 0.55
HSL 257.33º 0.63% 0.28% -
HSV(B) 257.33º 0.78% 0.45% -
XYZ 4.94 2.73 16.79 -
YUV 44.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 52 26 116 0.55 0.78 0 0.55 257.33 0.63 0.28
Hex 34 1A 74 37 4E 0 37 101 3F 1C
Octal 64 32 164 67 116 0 67 401 77 34
Binary 110100 11010 1110100 110111 1001110 0 110111 100000001 111111 11100

Color Harmonies of #341A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A74

Black with #341A74

Text Example


Text Example

White with #341A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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