Html Css Color HEX #3431AD Persian Blue

📋 copy color: '#3431AD'

red 52 ◦ green 49 ◦ blue 173

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

Shades of Persian Blue #3431AD

Tints of Persian Blue #3431AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

 BLUE value IS 173 (67.97% from 255) = 63.14%

R = 18.98%
G = 17.88%
B = 63.14%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3431AD (or 0x3431AD) is known color: Persian Blue. HEX triplet: 34, 31 and AD. RGB value is (52,49,173). Sum of RGB (Red+Green+Blue) = 52+49+173=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3431AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431AD is #CBCE52. Grayscale: #3F3F3F. Windows color (decimal): -13356627 or 11350324. OLE color: 11350324.

HSL color Cylindrical-coordinate representation of color #3431AD: hue angle of 241.45º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3431AD is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 49 173 -
CMYK 0.70 0.72 0 0.32
HSL 241.45º 0.56% 0.44% -
HSV(B) 241.45º 0.72% 0.68% -
XYZ 10.06 5.94 40.15 -
YUV 64.03 189.49 119.42 -
System Red Green Blue C M Y K H S L
Decimal 52 49 173 0.70 0.72 0 0.32 241.45 0.56 0.44
Hex 34 31 AD 46 48 0 20 F1 38 2C
Octal 64 61 255 106 110 0 40 361 70 54
Binary 110100 110001 10101101 1000110 1001000 0 100000 11110001 111000 101100

Color Harmonies of #3431AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3431AD

Black with #3431AD

Text Example


Text Example

White with #3431AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3431AD; }

 p { color: rgb(52,49,173); }

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

background-color css

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

 a { background-color: rgb(52,49,173); }

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

border-color css

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

 span { border-color: rgb(52,49,173); }

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