Html Css Color HEX #341385 Persian Indigo

📋 copy color: '#341385'

red 52 ◦ green 19 ◦ blue 133

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

Shades of Persian Indigo #341385

Tints of Persian Indigo #341385

RGB

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

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

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

R = 25.49%
G = 9.31%
B = 65.2%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#341385 (or 0x341385) is known color: Persian Indigo. HEX triplet: 34, 13 and 85. RGB value is (52,19,133). Sum of RGB (Red+Green+Blue) = 52+19+133=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #341385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341385 is #CBEC7A. Grayscale: #292929. Windows color (decimal): -13364347 or 8721204. OLE color: 8721204.

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

Color convert

RGB 52 19 133 -
CMYK 0.61 0.86 0 0.48
HSL 257.37º 0.75% 0.3% -
HSV(B) 257.37º 0.86% 0.52% -
XYZ 5.88 2.89 22.44 -
YUV 41.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 52 19 133 0.61 0.86 0 0.48 257.37 0.75 0.3
Hex 34 13 85 3D 56 0 30 101 4B 1E
Octal 64 23 205 75 126 0 60 401 113 36
Binary 110100 10011 10000101 111101 1010110 0 110000 100000001 1001011 11110

Color Harmonies of #341385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341385

Black with #341385

Text Example


Text Example

White with #341385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341385; }

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

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

background-color css

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

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

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

border-color css

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

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

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