Html Css Color HEX #341274 Persian Indigo

📋 copy color: '#341274'

red 52 ◦ green 18 ◦ blue 116

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

Shades of Persian Indigo #341274

Tints of Persian Indigo #341274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.68%

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

R = 27.96%
G = 9.68%
B = 62.37%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#341274 (or 0x341274) is known color: Persian Indigo. HEX triplet: 34, 12 and 74. RGB value is (52,18,116). Sum of RGB (Red+Green+Blue) = 52+18+116=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #341274 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341274 is #CBED8B. Grayscale: #262626. Windows color (decimal): -13364620 or 7606836. OLE color: 7606836.

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

Color convert

RGB 52 18 116 -
CMYK 0.55 0.84 0 0.55
HSL 260.82º 0.73% 0.26% -
HSV(B) 260.82º 0.84% 0.45% -
XYZ 4.78 2.42 16.74 -
YUV 39.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 52 18 116 0.55 0.84 0 0.55 260.82 0.73 0.26
Hex 34 12 74 37 54 0 37 105 49 1A
Octal 64 22 164 67 124 0 67 405 111 32
Binary 110100 10010 1110100 110111 1010100 0 110111 100000101 1001001 11010

Color Harmonies of #341274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341274

Black with #341274

Text Example


Text Example

White with #341274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341274; }

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

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

background-color css

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

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

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

border-color css

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

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

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