Html Css Color HEX #340482 Persian Indigo

📋 copy color: '#340482'

red 52 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #340482

Tints of Persian Indigo #340482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 69.89%

R = 27.96%
G = 2.15%
B = 69.89%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#340482 (or 0x340482) is known color: Persian Indigo. HEX triplet: 34, 04 and 82. RGB value is (52,4,130). Sum of RGB (Red+Green+Blue) = 52+4+130=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 130 (51.17% from 255 or 69.89% from 186); Max value from RGB is 130 - color contains mainly: blue. Hex color #340482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340482 is #CBFB7D. Grayscale: #202020. Windows color (decimal): -13368190 or 8520756. OLE color: 8520756.

HSL color Cylindrical-coordinate representation of color #340482: hue angle of 262.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340482 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 4 130 -
CMYK 0.60 0.97 0 0.49
HSL 262.86º 0.94% 0.26% -
HSV(B) 262.86º 0.97% 0.51% -
XYZ 5.49 2.43 21.3 -
YUV 32.72 182.9 141.75 -
System Red Green Blue C M Y K H S L
Decimal 52 4 130 0.60 0.97 0 0.49 262.86 0.94 0.26
Hex 34 4 82 3C 61 0 31 107 5E 1A
Octal 64 4 202 74 141 0 61 407 136 32
Binary 110100 100 10000010 111100 1100001 0 110001 100000111 1011110 11010

Color Harmonies of #340482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340482

Black with #340482

Text Example


Text Example

White with #340482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340482; }

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

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

background-color css

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

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

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

border-color css

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

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

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