Html Css Color HEX #340477 Persian Indigo

📋 copy color: '#340477'

red 52 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #340477

Tints of Persian Indigo #340477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 119 (46.88% from 255) = 68%

R = 29.71%
G = 2.29%
B = 68%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#340477 (or 0x340477) is known color: Persian Indigo. HEX triplet: 34, 04 and 77. RGB value is (52,4,119). Sum of RGB (Red+Green+Blue) = 52+4+119=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #340477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340477 is #CBFB88. Grayscale: #1F1F1F. Windows color (decimal): -13368201 or 7799860. OLE color: 7799860.

HSL color Cylindrical-coordinate representation of color #340477: hue angle of 265.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340477 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 4 119 -
CMYK 0.56 0.97 0 0.53
HSL 265.04º 0.93% 0.24% -
HSV(B) 265.04º 0.97% 0.47% -
XYZ 4.79 2.15 17.62 -
YUV 31.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 52 4 119 0.56 0.97 0 0.53 265.04 0.93 0.24
Hex 34 4 77 38 61 0 35 109 5D 18
Octal 64 4 167 70 141 0 65 411 135 30
Binary 110100 100 1110111 111000 1100001 0 110101 100001001 1011101 11000

Color Harmonies of #340477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340477

Black with #340477

Text Example


Text Example

White with #340477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340477; }

 p { color: rgb(52,4,119); }

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

background-color css

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

 a { background-color: rgb(52,4,119); }

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

border-color css

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

 span { border-color: rgb(52,4,119); }

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