Html Css Color HEX #431CA0 Blue Gem

📋 copy color: '#431CA0'

red 67 ◦ green 28 ◦ blue 160

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

Shades of Blue Gem #431CA0

Tints of Blue Gem #431CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.98%

 BLUE value IS 160 (62.89% from 255) = 62.75%

R = 26.27%
G = 10.98%
B = 62.75%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#431CA0 (or 0x431CA0) is known color: Blue Gem. HEX triplet: 43, 1C and A0. RGB value is (67,28,160). Sum of RGB (Red+Green+Blue) = 67+28+160=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #431CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #431CA0 is #BCE35F. Grayscale: #363636. Windows color (decimal): -12378976 or 10492995. OLE color: 10492995.

HSL color Cylindrical-coordinate representation of color #431CA0: hue angle of 257.73º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #431CA0 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 67 28 160 -
CMYK 0.58 0.82 0 0.37
HSL 257.73º 0.7% 0.37% -
HSV(B) 257.73º 0.83% 0.63% -
XYZ 9.08 4.56 33.66 -
YUV 54.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 67 28 160 0.58 0.82 0 0.37 257.73 0.7 0.37
Hex 43 1C A0 3A 52 0 25 102 46 25
Octal 103 34 240 72 122 0 45 402 106 45
Binary 1000011 11100 10100000 111010 1010010 0 100101 100000010 1000110 100101

Color Harmonies of #431CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431CA0

Black with #431CA0

Text Example


Text Example

White with #431CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,28,160); }

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

background-color css

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

 a { background-color: rgb(67,28,160); }

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

border-color css

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

 span { border-color: rgb(67,28,160); }

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