Html Css Color HEX #341983 Persian Indigo

📋 copy color: '#341983'

red 52 ◦ green 25 ◦ blue 131

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

Shades of Persian Indigo #341983

Tints of Persian Indigo #341983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.02%

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

R = 25%
G = 12.02%
B = 62.98%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#341983 (or 0x341983) is known color: Persian Indigo. HEX triplet: 34, 19 and 83. RGB value is (52,25,131). Sum of RGB (Red+Green+Blue) = 52+25+131=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #341983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341983 is #CBE67C. Grayscale: #2C2C2C. Windows color (decimal): -13362813 or 8591668. OLE color: 8591668.

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

Color convert

RGB 52 25 131 -
CMYK 0.60 0.81 0 0.49
HSL 255.28º 0.68% 0.31% -
HSV(B) 255.28º 0.81% 0.51% -
XYZ 5.86 3.06 21.76 -
YUV 45.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 52 25 131 0.60 0.81 0 0.49 255.28 0.68 0.31
Hex 34 19 83 3C 51 0 31 FF 44 1F
Octal 64 31 203 74 121 0 61 377 104 37
Binary 110100 11001 10000011 111100 1010001 0 110001 11111111 1000100 11111

Color Harmonies of #341983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341983

Black with #341983

Text Example


Text Example

White with #341983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341983; }

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

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

background-color css

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

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

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

border-color css

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

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

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