Html Css Color HEX #341474 Persian Indigo

📋 copy color: '#341474'

red 52 ◦ green 20 ◦ blue 116

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

Shades of Persian Indigo #341474

Tints of Persian Indigo #341474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 27.66%
G = 10.64%
B = 61.7%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341474 (or 0x341474) is known color: Persian Indigo. HEX triplet: 34, 14 and 74. RGB value is (52,20,116). Sum of RGB (Red+Green+Blue) = 52+20+116=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #341474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341474 is #CBEB8B. Grayscale: #282828. Windows color (decimal): -13364108 or 7607348. OLE color: 7607348.

HSL color Cylindrical-coordinate representation of color #341474: hue angle of 260º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #341474 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 20 116 -
CMYK 0.55 0.83 0 0.55
HSL 260º 0.71% 0.27% -
HSV(B) 260º 0.83% 0.45% -
XYZ 4.82 2.49 16.75 -
YUV 40.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 52 20 116 0.55 0.83 0 0.55 260 0.71 0.27
Hex 34 14 74 37 53 0 37 104 47 1B
Octal 64 24 164 67 123 0 67 404 107 33
Binary 110100 10100 1110100 110111 1010011 0 110111 100000100 1000111 11011

Color Harmonies of #341474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341474

Black with #341474

Text Example


Text Example

White with #341474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341474; }

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

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

background-color css

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

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

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

border-color css

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

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

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