Html Css Color HEX #342883 Persian Indigo

📋 copy color: '#342883'

red 52 ◦ green 40 ◦ blue 131

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

Shades of Persian Indigo #342883

Tints of Persian Indigo #342883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 23.32%
G = 17.94%
B = 58.74%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#342883 (or 0x342883) is known color: Persian Indigo. HEX triplet: 34, 28 and 83. RGB value is (52,40,131). Sum of RGB (Red+Green+Blue) = 52+40+131=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #342883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342883 is #CBD77C. Grayscale: #353535. Windows color (decimal): -13358973 or 8595508. OLE color: 8595508.

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

Color convert

RGB 52 40 131 -
CMYK 0.60 0.69 0 0.49
HSL 247.91º 0.53% 0.34% -
HSV(B) 247.91º 0.69% 0.51% -
XYZ 6.27 3.89 21.89 -
YUV 53.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 52 40 131 0.60 0.69 0 0.49 247.91 0.53 0.34
Hex 34 28 83 3C 45 0 31 F8 35 22
Octal 64 50 203 74 105 0 61 370 65 42
Binary 110100 101000 10000011 111100 1000101 0 110001 11111000 110101 100010

Color Harmonies of #342883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342883

Black with #342883

Text Example


Text Example

White with #342883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342883; }

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

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

background-color css

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

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

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

border-color css

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

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

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