Html Css Color HEX #412BB3 Blue Gem

📋 copy color: '#412BB3'

red 65 ◦ green 43 ◦ blue 179

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

Shades of Blue Gem #412BB3

Tints of Blue Gem #412BB3

RGB

 RED value IS 65 (25.78% from 255) = 22.65%

 GREEN value IS 43 (17.19% from 255) = 14.98%

 BLUE value IS 179 (70.31% from 255) = 62.37%

R = 22.65%
G = 14.98%
B = 62.37%

CMYK

 C value IS 0.64

 M value IS 0.76

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#412BB3 (or 0x412BB3) is known color: Blue Gem. HEX triplet: 41, 2B and B3. RGB value is (65,43,179). Sum of RGB (Red+Green+Blue) = 65+43+179=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 179 (70.31% from 255 or 62.37% from 287); Max value from RGB is 179 - color contains mainly: blue. Hex color #412BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412BB3 is #BED44C. Grayscale: #404040. Windows color (decimal): -12506189 or 11742017. OLE color: 11742017.

HSL color Cylindrical-coordinate representation of color #412BB3: hue angle of 249.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412BB3 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 65 43 179 -
CMYK 0.64 0.76 0 0.30
HSL 249.71º 0.61% 0.44% -
HSV(B) 249.71º 0.76% 0.7% -
XYZ 11.18 6.11 43.24 -
YUV 65.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 65 43 179 0.64 0.76 0 0.30 249.71 0.61 0.44
Hex 41 2B B3 40 4C 0 1E FA 3D 2C
Octal 101 53 263 100 114 0 36 372 75 54
Binary 1000001 101011 10110011 1000000 1001100 0 11110 11111010 111101 101100

Color Harmonies of #412BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412BB3

Black with #412BB3

Text Example


Text Example

White with #412BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412BB3; }

 p { color: rgb(65,43,179); }

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

background-color css

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

 a { background-color: rgb(65,43,179); }

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

border-color css

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

 span { border-color: rgb(65,43,179); }

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