Html Css Color HEX #341382 Persian Indigo

📋 copy color: '#341382'

red 52 ◦ green 19 ◦ blue 130

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

Shades of Persian Indigo #341382

Tints of Persian Indigo #341382

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 25.87%
G = 9.45%
B = 64.68%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341382 (or 0x341382) is known color: Persian Indigo. HEX triplet: 34, 13 and 82. RGB value is (52,19,130). Sum of RGB (Red+Green+Blue) = 52+19+130=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 130 (51.17% from 255 or 64.68% from 201); Max value from RGB is 130 - color contains mainly: blue. Hex color #341382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341382 is #CBEC7D. Grayscale: #292929. Windows color (decimal): -13364350 or 8524596. OLE color: 8524596.

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

Color convert

RGB 52 19 130 -
CMYK 0.60 0.85 0 0.49
HSL 257.84º 0.74% 0.29% -
HSV(B) 257.84º 0.85% 0.51% -
XYZ 5.68 2.81 21.36 -
YUV 41.52 177.93 135.47 -
System Red Green Blue C M Y K H S L
Decimal 52 19 130 0.60 0.85 0 0.49 257.84 0.74 0.29
Hex 34 13 82 3C 55 0 31 102 4A 1D
Octal 64 23 202 74 125 0 61 402 112 35
Binary 110100 10011 10000010 111100 1010101 0 110001 100000010 1001010 11101

Color Harmonies of #341382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341382

Black with #341382

Text Example


Text Example

White with #341382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341382; }

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

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

background-color css

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

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

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

border-color css

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

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

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