Html Css Color HEX #412498 Blue Gem

📋 copy color: '#412498'

red 65 ◦ green 36 ◦ blue 152

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

Shades of Blue Gem #412498

Tints of Blue Gem #412498

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 152 (59.77% from 255) = 60.08%

R = 25.69%
G = 14.23%
B = 60.08%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#412498 (or 0x412498) is known color: Blue Gem. HEX triplet: 41, 24 and 98. RGB value is (65,36,152). Sum of RGB (Red+Green+Blue) = 65+36+152=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 152 (59.77% from 255 or 60.08% from 253); Max value from RGB is 152 - color contains mainly: blue. Hex color #412498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412498 is #BEDB67. Grayscale: #393939. Windows color (decimal): -12508008 or 9970753. OLE color: 9970753.

HSL color Cylindrical-coordinate representation of color #412498: hue angle of 255º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #412498 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 36 152 -
CMYK 0.57 0.76 0 0.40
HSL 255º 0.62% 0.37% -
HSV(B) 255º 0.76% 0.6% -
XYZ 8.48 4.65 30.16 -
YUV 57.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 65 36 152 0.57 0.76 0 0.40 255 0.62 0.37
Hex 41 24 98 39 4C 0 28 FF 3E 25
Octal 101 44 230 71 114 0 50 377 76 45
Binary 1000001 100100 10011000 111001 1001100 0 101000 11111111 111110 100101

Color Harmonies of #412498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412498

Black with #412498

Text Example


Text Example

White with #412498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412498; }

 p { color: rgb(65,36,152); }

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

background-color css

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

 a { background-color: rgb(65,36,152); }

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

border-color css

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

 span { border-color: rgb(65,36,152); }

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