Html Css Color HEX #340163 Persian Indigo

📋 copy color: '#340163'

red 52 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #340163

Tints of Persian Indigo #340163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.13%

R = 34.21%
G = 0.66%
B = 65.13%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#340163 (or 0x340163) is known color: Persian Indigo. HEX triplet: 34, 01 and 63. RGB value is (52,1,99). Sum of RGB (Red+Green+Blue) = 52+1+99=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #340163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340163 is #CBFE9C. Grayscale: #1B1B1B. Windows color (decimal): -13368989 or 6488372. OLE color: 6488372.

HSL color Cylindrical-coordinate representation of color #340163: hue angle of 271.22º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340163 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 1 99 -
CMYK 0.47 0.99 0 0.61
HSL 271.22º 0.98% 0.2% -
HSV(B) 271.22º 0.99% 0.39% -
XYZ 3.68 1.65 11.93 -
YUV 27.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 52 1 99 0.47 0.99 0 0.61 271.22 0.98 0.2
Hex 34 1 63 2F 63 0 3D 10F 62 14
Octal 64 1 143 57 143 0 75 417 142 24
Binary 110100 1 1100011 101111 1100011 0 111101 100001111 1100010 10100

Color Harmonies of #340163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340163

Black with #340163

Text Example


Text Example

White with #340163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340163; }

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

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

background-color css

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

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

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

border-color css

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

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

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