Html Css Color HEX #342383 Persian Indigo

📋 copy color: '#342383'

red 52 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #342383

Tints of Persian Indigo #342383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

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

R = 23.85%
G = 16.06%
B = 60.09%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#342383 (or 0x342383) is known color: Persian Indigo. HEX triplet: 34, 23 and 83. RGB value is (52,35,131). Sum of RGB (Red+Green+Blue) = 52+35+131=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #342383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342383 is #CBDC7C. Grayscale: #323232. Windows color (decimal): -13360253 or 8594228. OLE color: 8594228.

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

Color convert

RGB 52 35 131 -
CMYK 0.60 0.73 0 0.49
HSL 250.63º 0.58% 0.33% -
HSV(B) 250.63º 0.73% 0.51% -
XYZ 6.11 3.57 21.84 -
YUV 51.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 52 35 131 0.60 0.73 0 0.49 250.63 0.58 0.33
Hex 34 23 83 3C 49 0 31 FB 3A 21
Octal 64 43 203 74 111 0 61 373 72 41
Binary 110100 100011 10000011 111100 1001001 0 110001 11111011 111010 100001

Color Harmonies of #342383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342383

Black with #342383

Text Example


Text Example

White with #342383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342383; }

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

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

background-color css

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

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

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

border-color css

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

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

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