Html Css Color HEX #402691 Blue Gem

📋 copy color: '#402691'

red 64 ◦ green 38 ◦ blue 145

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

Shades of Blue Gem #402691

Tints of Blue Gem #402691

RGB

 RED value IS 64 (25.39% from 255) = 25.91%

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 145 (57.03% from 255) = 58.7%

R = 25.91%
G = 15.38%
B = 58.7%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402691 (or 0x402691) is known color: Blue Gem. HEX triplet: 40, 26 and 91. RGB value is (64,38,145). Sum of RGB (Red+Green+Blue) = 64+38+145=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #402691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402691 is #BFD96E. Grayscale: #393939. Windows color (decimal): -12573039 or 9512512. OLE color: 9512512.

HSL color Cylindrical-coordinate representation of color #402691: hue angle of 254.58º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402691 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 38 145 -
CMYK 0.56 0.74 0 0.43
HSL 254.58º 0.58% 0.36% -
HSV(B) 254.58º 0.74% 0.57% -
XYZ 7.92 4.52 27.24 -
YUV 57.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 64 38 145 0.56 0.74 0 0.43 254.58 0.58 0.36
Hex 40 26 91 38 4A 0 2B FF 3A 24
Octal 100 46 221 70 112 0 53 377 72 44
Binary 1000000 100110 10010001 111000 1001010 0 101011 11111111 111010 100100

Color Harmonies of #402691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402691

Black with #402691

Text Example


Text Example

White with #402691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402691; }

 p { color: rgb(64,38,145); }

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

background-color css

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

 a { background-color: rgb(64,38,145); }

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

border-color css

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

 span { border-color: rgb(64,38,145); }

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