Html Css Color HEX #342272 Persian Indigo

📋 copy color: '#342272'

red 52 ◦ green 34 ◦ blue 114

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

Shades of Persian Indigo #342272

Tints of Persian Indigo #342272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

 BLUE value IS 114 (44.92% from 255) = 57%

R = 26%
G = 17%
B = 57%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#342272 (or 0x342272) is known color: Persian Indigo. HEX triplet: 34, 22 and 72. RGB value is (52,34,114). Sum of RGB (Red+Green+Blue) = 52+34+114=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #342272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342272 is #CBDD8D. Grayscale: #303030. Windows color (decimal): -13360526 or 7479860. OLE color: 7479860.

HSL color Cylindrical-coordinate representation of color #342272: hue angle of 253.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342272 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 34 114 -
CMYK 0.54 0.70 0 0.55
HSL 253.5º 0.54% 0.29% -
HSV(B) 253.5º 0.7% 0.45% -
XYZ 5.03 3.09 16.25 -
YUV 48.5 164.96 130.5 -
System Red Green Blue C M Y K H S L
Decimal 52 34 114 0.54 0.70 0 0.55 253.5 0.54 0.29
Hex 34 22 72 36 46 0 37 FE 36 1D
Octal 64 42 162 66 106 0 67 376 66 35
Binary 110100 100010 1110010 110110 1000110 0 110111 11111110 110110 11101

Color Harmonies of #342272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342272

Black with #342272

Text Example


Text Example

White with #342272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342272; }

 p { color: rgb(52,34,114); }

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

background-color css

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

 a { background-color: rgb(52,34,114); }

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

border-color css

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

 span { border-color: rgb(52,34,114); }

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