Html Css Color HEX #342881 Persian Indigo

📋 copy color: '#342881'

red 52 ◦ green 40 ◦ blue 129

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

Shades of Persian Indigo #342881

Tints of Persian Indigo #342881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 23.53%
G = 18.1%
B = 58.37%

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

#342881 (or 0x342881) is known color: Persian Indigo. HEX triplet: 34, 28 and 81. RGB value is (52,40,129). Sum of RGB (Red+Green+Blue) = 52+40+129=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #342881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342881 is #CBD77E. Grayscale: #353535. Windows color (decimal): -13358975 or 8464436. OLE color: 8464436.

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

Color convert

RGB 52 40 129 -
CMYK 0.60 0.69 0 0.49
HSL 248.09º 0.53% 0.33% -
HSV(B) 248.09º 0.69% 0.51% -
XYZ 6.14 3.83 21.19 -
YUV 53.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 52 40 129 0.60 0.69 0 0.49 248.09 0.53 0.33
Hex 34 28 81 3C 45 0 31 F8 35 21
Octal 64 50 201 74 105 0 61 370 65 41
Binary 110100 101000 10000001 111100 1000101 0 110001 11111000 110101 100001

Color Harmonies of #342881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342881

Black with #342881

Text Example


Text Example

White with #342881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342881; }

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

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

background-color css

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

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

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

border-color css

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

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

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