Html Css Color HEX #431FA4 Blue Gem

📋 copy color: '#431FA4'

red 67 ◦ green 31 ◦ blue 164

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

Shades of Blue Gem #431FA4

Tints of Blue Gem #431FA4

RGB

 RED value IS 67 (26.56% from 255) = 25.57%

 GREEN value IS 31 (12.5% from 255) = 11.83%

 BLUE value IS 164 (64.45% from 255) = 62.6%

R = 25.57%
G = 11.83%
B = 62.6%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#431FA4 (or 0x431FA4) is known color: Blue Gem. HEX triplet: 43, 1F and A4. RGB value is (67,31,164). Sum of RGB (Red+Green+Blue) = 67+31+164=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 164 (64.45% from 255 or 62.60% from 262); Max value from RGB is 164 - color contains mainly: blue. Hex color #431FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431FA4 is #BCE05B. Grayscale: #383838. Windows color (decimal): -12378204 or 10755907. OLE color: 10755907.

HSL color Cylindrical-coordinate representation of color #431FA4: hue angle of 256.24º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #431FA4 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 67 31 164 -
CMYK 0.59 0.81 0 0.36
HSL 256.24º 0.68% 0.38% -
HSV(B) 256.24º 0.81% 0.64% -
XYZ 9.51 4.85 35.56 -
YUV 56.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 67 31 164 0.59 0.81 0 0.36 256.24 0.68 0.38
Hex 43 1F A4 3B 51 0 24 100 44 26
Octal 103 37 244 73 121 0 44 400 104 46
Binary 1000011 11111 10100100 111011 1010001 0 100100 100000000 1000100 100110

Color Harmonies of #431FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431FA4

Black with #431FA4

Text Example


Text Example

White with #431FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431FA4; }

 p { color: rgb(67,31,164); }

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

background-color css

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

 a { background-color: rgb(67,31,164); }

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

border-color css

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

 span { border-color: rgb(67,31,164); }

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