Html Css Color HEX #340575 Persian Indigo

📋 copy color: '#340575'

red 52 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #340575

Tints of Persian Indigo #340575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 29.89%
G = 2.87%
B = 67.24%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#340575 (or 0x340575) is known color: Persian Indigo. HEX triplet: 34, 05 and 75. RGB value is (52,5,117). Sum of RGB (Red+Green+Blue) = 52+5+117=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #340575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340575 is #CBFA8A. Grayscale: #1F1F1F. Windows color (decimal): -13367947 or 7669044. OLE color: 7669044.

HSL color Cylindrical-coordinate representation of color #340575: hue angle of 265.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340575 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 5 117 -
CMYK 0.56 0.96 0 0.54
HSL 265.18º 0.92% 0.24% -
HSV(B) 265.18º 0.96% 0.46% -
XYZ 4.68 2.12 16.99 -
YUV 31.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 52 5 117 0.56 0.96 0 0.54 265.18 0.92 0.24
Hex 34 5 75 38 60 0 36 109 5C 18
Octal 64 5 165 70 140 0 66 411 134 30
Binary 110100 101 1110101 111000 1100000 0 110110 100001001 1011100 11000

Color Harmonies of #340575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340575

Black with #340575

Text Example


Text Example

White with #340575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340575; }

 p { color: rgb(52,5,117); }

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

background-color css

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

 a { background-color: rgb(52,5,117); }

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

border-color css

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

 span { border-color: rgb(52,5,117); }

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