Html Css Color HEX #3431A7 Persian Blue

📋 copy color: '#3431A7'

red 52 ◦ green 49 ◦ blue 167

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

Shades of Persian Blue #3431A7

Tints of Persian Blue #3431A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 62.31%

R = 19.4%
G = 18.28%
B = 62.31%

CMYK

 C value IS 0.69

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#3431A7 (or 0x3431A7) is known color: Persian Blue. HEX triplet: 34, 31 and A7. RGB value is (52,49,167). Sum of RGB (Red+Green+Blue) = 52+49+167=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 167 (65.62% from 255 or 62.31% from 268); Max value from RGB is 167 - color contains mainly: blue. Hex color #3431A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431A7 is #CBCE58. Grayscale: #3E3E3E. Windows color (decimal): -13356633 or 10957108. OLE color: 10957108.

HSL color Cylindrical-coordinate representation of color #3431A7: hue angle of 241.53º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3431A7 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 49 167 -
CMYK 0.69 0.71 0 0.35
HSL 241.53º 0.55% 0.42% -
HSV(B) 241.53º 0.71% 0.65% -
XYZ 9.49 5.72 37.16 -
YUV 63.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 52 49 167 0.69 0.71 0 0.35 241.53 0.55 0.42
Hex 34 31 A7 45 47 0 23 F2 37 2A
Octal 64 61 247 105 107 0 43 362 67 52
Binary 110100 110001 10100111 1000101 1000111 0 100011 11110010 110111 101010

Color Harmonies of #3431A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3431A7

Black with #3431A7

Text Example


Text Example

White with #3431A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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