Html Css Color HEX #340171 Persian Indigo

📋 copy color: '#340171'

red 52 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #340171

Tints of Persian Indigo #340171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 31.33%
G = 0.6%
B = 68.07%

CMYK

 C value IS 0.54

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#340171 (or 0x340171) is known color: Persian Indigo. HEX triplet: 34, 01 and 71. RGB value is (52,1,113). Sum of RGB (Red+Green+Blue) = 52+1+113=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #340171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340171 is #CBFE8E. Grayscale: #1C1C1C. Windows color (decimal): -13368975 or 7405876. OLE color: 7405876.

HSL color Cylindrical-coordinate representation of color #340171: hue angle of 267.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340171 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 1 113 -
CMYK 0.54 0.99 0 0.56
HSL 267.32º 0.98% 0.22% -
HSV(B) 267.32º 0.99% 0.44% -
XYZ 4.41 1.94 15.77 -
YUV 29.02 175.4 144.39 -
System Red Green Blue C M Y K H S L
Decimal 52 1 113 0.54 0.99 0 0.56 267.32 0.98 0.22
Hex 34 1 71 36 63 0 38 10B 62 16
Octal 64 1 161 66 143 0 70 413 142 26
Binary 110100 1 1110001 110110 1100011 0 111000 100001011 1100010 10110

Color Harmonies of #340171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340171

Black with #340171

Text Example


Text Example

White with #340171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340171; }

 p { color: rgb(52,1,113); }

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

background-color css

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

 a { background-color: rgb(52,1,113); }

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

border-color css

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

 span { border-color: rgb(52,1,113); }

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