Html Css Color HEX #342481 Persian Indigo

📋 copy color: '#342481'

red 52 ◦ green 36 ◦ blue 129

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

Shades of Persian Indigo #342481

Tints of Persian Indigo #342481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 23.96%
G = 16.59%
B = 59.45%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#342481 (or 0x342481) is known color: Persian Indigo. HEX triplet: 34, 24 and 81. RGB value is (52,36,129). Sum of RGB (Red+Green+Blue) = 52+36+129=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #342481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342481 is #CBDB7E. Grayscale: #333333. Windows color (decimal): -13359999 or 8463412. OLE color: 8463412.

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

Color convert

RGB 52 36 129 -
CMYK 0.60 0.72 0 0.49
HSL 250.32º 0.56% 0.32% -
HSV(B) 250.32º 0.72% 0.51% -
XYZ 6.01 3.58 21.14 -
YUV 51.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 52 36 129 0.60 0.72 0 0.49 250.32 0.56 0.32
Hex 34 24 81 3C 48 0 31 FA 38 20
Octal 64 44 201 74 110 0 61 372 70 40
Binary 110100 100100 10000001 111100 1001000 0 110001 11111010 111000 100000

Color Harmonies of #342481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342481

Black with #342481

Text Example


Text Example

White with #342481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342481; }

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

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

background-color css

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

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

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

border-color css

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

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

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