Html Css Color HEX #431EAB Blue Gem

📋 copy color: '#431EAB'

red 67 ◦ green 30 ◦ blue 171

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

Shades of Blue Gem #431EAB

Tints of Blue Gem #431EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 25%
G = 11.19%
B = 63.81%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#431EAB (or 0x431EAB) is known color: Blue Gem. HEX triplet: 43, 1E and AB. RGB value is (67,30,171). Sum of RGB (Red+Green+Blue) = 67+30+171=268 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #431EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431EAB is #BCE154. Grayscale: #383838. Windows color (decimal): -12378453 or 11214403. OLE color: 11214403.

HSL color Cylindrical-coordinate representation of color #431EAB: hue angle of 255.74º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431EAB is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 30 171 -
CMYK 0.61 0.82 0 0.33
HSL 255.74º 0.7% 0.39% -
HSV(B) 255.74º 0.82% 0.67% -
XYZ 10.13 5.06 38.97 -
YUV 57.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 67 30 171 0.61 0.82 0 0.33 255.74 0.7 0.39
Hex 43 1E AB 3D 52 0 21 100 46 27
Octal 103 36 253 75 122 0 41 400 106 47
Binary 1000011 11110 10101011 111101 1010010 0 100001 100000000 1000110 100111

Color Harmonies of #431EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431EAB

Black with #431EAB

Text Example


Text Example

White with #431EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,30,171); }

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

background-color css

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

 a { background-color: rgb(67,30,171); }

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

border-color css

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

 span { border-color: rgb(67,30,171); }

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