Html Css Color HEX #340175 Persian Indigo

📋 copy color: '#340175'

red 52 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #340175

Tints of Persian Indigo #340175

RGB

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

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

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

R = 30.59%
G = 0.59%
B = 68.82%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#340175 (or 0x340175) is known color: Persian Indigo. HEX triplet: 34, 01 and 75. RGB value is (52,1,117). Sum of RGB (Red+Green+Blue) = 52+1+117=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #340175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340175 is #CBFE8A. Grayscale: #1D1D1D. Windows color (decimal): -13368971 or 7668020. OLE color: 7668020.

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

Color convert

RGB 52 1 117 -
CMYK 0.56 0.99 0 0.54
HSL 266.38º 0.98% 0.23% -
HSV(B) 266.38º 0.99% 0.46% -
XYZ 4.64 2.04 16.98 -
YUV 29.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 52 1 117 0.56 0.99 0 0.54 266.38 0.98 0.23
Hex 34 1 75 38 63 0 36 10A 62 17
Octal 64 1 165 70 143 0 66 412 142 27
Binary 110100 1 1110101 111000 1100011 0 110110 100001010 1100010 10111

Color Harmonies of #340175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340175

Black with #340175

Text Example


Text Example

White with #340175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340175; }

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

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

background-color css

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

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

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

border-color css

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

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

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