Html Css Color HEX #431BA4 Blue Gem

📋 copy color: '#431BA4'

red 67 ◦ green 27 ◦ blue 164

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

Shades of Blue Gem #431BA4

Tints of Blue Gem #431BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

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

R = 25.97%
G = 10.47%
B = 63.57%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#431BA4 (or 0x431BA4) is known color: Blue Gem. HEX triplet: 43, 1B and A4. RGB value is (67,27,164). Sum of RGB (Red+Green+Blue) = 67+27+164=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #431BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431BA4 is #BCE45B. Grayscale: #363636. Windows color (decimal): -12379228 or 10754883. OLE color: 10754883.

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

Color convert

RGB 67 27 164 -
CMYK 0.59 0.84 0 0.36
HSL 257.52º 0.72% 0.37% -
HSV(B) 257.52º 0.84% 0.64% -
XYZ 9.41 4.66 35.53 -
YUV 54.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 67 27 164 0.59 0.84 0 0.36 257.52 0.72 0.37
Hex 43 1B A4 3B 54 0 24 102 48 25
Octal 103 33 244 73 124 0 44 402 110 45
Binary 1000011 11011 10100100 111011 1010100 0 100100 100000010 1001000 100101

Color Harmonies of #431BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431BA4

Black with #431BA4

Text Example


Text Example

White with #431BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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