Html Css Color HEX #341381 Persian Indigo

📋 copy color: '#341381'

red 52 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #341381

Tints of Persian Indigo #341381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 64.5%

R = 26%
G = 9.5%
B = 64.5%

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

#341381 (or 0x341381) is known color: Persian Indigo. HEX triplet: 34, 13 and 81. RGB value is (52,19,129). Sum of RGB (Red+Green+Blue) = 52+19+129=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 19 (7.81% from 255 or 9.5% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #341381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341381 is #CBEC7E. Grayscale: #292929. Windows color (decimal): -13364351 or 8459060. OLE color: 8459060.

HSL color Cylindrical-coordinate representation of color #341381: hue angle of 258º 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 #341381 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 19 129 -
CMYK 0.60 0.85 0 0.49
HSL 258º 0.74% 0.29% -
HSV(B) 258º 0.85% 0.51% -
XYZ 5.61 2.78 21.01 -
YUV 41.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 52 19 129 0.60 0.85 0 0.49 258 0.74 0.29
Hex 34 13 81 3C 55 0 31 102 4A 1D
Octal 64 23 201 74 125 0 61 402 112 35
Binary 110100 10011 10000001 111100 1010101 0 110001 100000010 1001010 11101

Color Harmonies of #341381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341381

Black with #341381

Text Example


Text Example

White with #341381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341381; }

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

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

background-color css

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

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

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

border-color css

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

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

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