Html Css Color HEX #341083 Persian Indigo

📋 copy color: '#341083'

red 52 ◦ green 16 ◦ blue 131

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

Shades of Persian Indigo #341083

Tints of Persian Indigo #341083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

 BLUE value IS 131 (51.56% from 255) = 65.83%

R = 26.13%
G = 8.04%
B = 65.83%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341083 (or 0x341083) is known color: Persian Indigo. HEX triplet: 34, 10 and 83. RGB value is (52,16,131). Sum of RGB (Red+Green+Blue) = 52+16+131=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 131 (51.56% from 255 or 65.83% from 199); Max value from RGB is 131 - color contains mainly: blue. Hex color #341083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341083 is #CBEF7C. Grayscale: #272727. Windows color (decimal): -13365117 or 8589364. OLE color: 8589364.

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

Color convert

RGB 52 16 131 -
CMYK 0.60 0.88 0 0.49
HSL 258.78º 0.78% 0.29% -
HSV(B) 258.78º 0.88% 0.51% -
XYZ 5.7 2.74 21.7 -
YUV 39.87 179.43 136.65 -
System Red Green Blue C M Y K H S L
Decimal 52 16 131 0.60 0.88 0 0.49 258.78 0.78 0.29
Hex 34 10 83 3C 58 0 31 103 4E 1D
Octal 64 20 203 74 130 0 61 403 116 35
Binary 110100 10000 10000011 111100 1011000 0 110001 100000011 1001110 11101

Color Harmonies of #341083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341083

Black with #341083

Text Example


Text Example

White with #341083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341083; }

 p { color: rgb(52,16,131); }

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

background-color css

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

 a { background-color: rgb(52,16,131); }

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

border-color css

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

 span { border-color: rgb(52,16,131); }

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