Html Css Color HEX #342185 Persian Indigo

📋 copy color: '#342185'

red 52 ◦ green 33 ◦ blue 133

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

Shades of Persian Indigo #342185

Tints of Persian Indigo #342185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 23.85%
G = 15.14%
B = 61.01%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#342185 (or 0x342185) is known color: Persian Indigo. HEX triplet: 34, 21 and 85. RGB value is (52,33,133). Sum of RGB (Red+Green+Blue) = 52+33+133=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #342185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342185 is #CBDE7A. Grayscale: #313131. Windows color (decimal): -13360763 or 8724788. OLE color: 8724788.

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

Color convert

RGB 52 33 133 -
CMYK 0.61 0.75 0 0.48
HSL 251.4º 0.6% 0.33% -
HSV(B) 251.4º 0.75% 0.52% -
XYZ 6.19 3.51 22.54 -
YUV 50.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 52 33 133 0.61 0.75 0 0.48 251.4 0.6 0.33
Hex 34 21 85 3D 4B 0 30 FB 3C 21
Octal 64 41 205 75 113 0 60 373 74 41
Binary 110100 100001 10000101 111101 1001011 0 110000 11111011 111100 100001

Color Harmonies of #342185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342185

Black with #342185

Text Example


Text Example

White with #342185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342185; }

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

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

background-color css

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

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

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

border-color css

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

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

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