Html Css Color HEX #340082 Persian Indigo

📋 copy color: '#340082'

red 52 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #340082

Tints of Persian Indigo #340082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.57%
G = 0%
B = 71.43%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#340082 (or 0x340082) is known color: Persian Indigo. HEX triplet: 34, 00 and 82. RGB value is (52,0,130). Sum of RGB (Red+Green+Blue) = 52+0+130=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #340082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340082 is #CBFF7D. Grayscale: #1D1D1D. Windows color (decimal): -13369214 or 8519732. OLE color: 8519732.

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

Color convert

RGB 52 0 130 -
CMYK 0.60 1 0 0.49
HSL 264º 1% 0.25% -
HSV(B) 264º 1% 0.51% -
XYZ 5.45 2.34 21.28 -
YUV 30.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 52 0 130 0.60 1 0 0.49 264 1 0.25
Hex 34 0 82 3C 64 0 31 108 64 19
Octal 64 0 202 74 144 0 61 410 144 31
Binary 110100 0 10000010 111100 1100100 0 110001 100001000 1100100 11001

Color Harmonies of #340082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340082

Black with #340082

Text Example


Text Example

White with #340082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340082; }

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

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

background-color css

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

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

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

border-color css

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

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

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