Html Css Color HEX #341985 Persian Indigo

📋 copy color: '#341985'

red 52 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #341985

Tints of Persian Indigo #341985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 63.33%

R = 24.76%
G = 11.9%
B = 63.33%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341985 (or 0x341985) is known color: Persian Indigo. HEX triplet: 34, 19 and 85. RGB value is (52,25,133). Sum of RGB (Red+Green+Blue) = 52+25+133=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #341985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341985 is #CBE67A. Grayscale: #2C2C2C. Windows color (decimal): -13362811 or 8722740. OLE color: 8722740.

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

Color convert

RGB 52 25 133 -
CMYK 0.61 0.81 0 0.48
HSL 255º 0.68% 0.31% -
HSV(B) 255º 0.81% 0.52% -
XYZ 6 3.12 22.48 -
YUV 45.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 52 25 133 0.61 0.81 0 0.48 255 0.68 0.31
Hex 34 19 85 3D 51 0 30 FF 44 1F
Octal 64 31 205 75 121 0 60 377 104 37
Binary 110100 11001 10000101 111101 1010001 0 110000 11111111 1000100 11111

Color Harmonies of #341985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341985

Black with #341985

Text Example


Text Example

White with #341985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341985; }

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

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

background-color css

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

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

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

border-color css

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

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

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