Html Css Color HEX #412698 Blue Gem

📋 copy color: '#412698'

red 65 ◦ green 38 ◦ blue 152

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

Shades of Blue Gem #412698

Tints of Blue Gem #412698

RGB

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

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

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

R = 25.49%
G = 14.9%
B = 59.61%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#412698 (or 0x412698) is known color: Blue Gem. HEX triplet: 41, 26 and 98. RGB value is (65,38,152). Sum of RGB (Red+Green+Blue) = 65+38+152=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #412698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412698 is #BED967. Grayscale: #3A3A3A. Windows color (decimal): -12507496 or 9971265. OLE color: 9971265.

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

Color convert

RGB 65 38 152 -
CMYK 0.57 0.75 0 0.40
HSL 254.21º 0.6% 0.37% -
HSV(B) 254.21º 0.75% 0.6% -
XYZ 8.54 4.78 30.18 -
YUV 59.07 180.45 132.23 -
System Red Green Blue C M Y K H S L
Decimal 65 38 152 0.57 0.75 0 0.40 254.21 0.6 0.37
Hex 41 26 98 39 4B 0 28 FE 3C 25
Octal 101 46 230 71 113 0 50 376 74 45
Binary 1000001 100110 10011000 111001 1001011 0 101000 11111110 111100 100101

Color Harmonies of #412698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412698

Black with #412698

Text Example


Text Example

White with #412698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412698; }

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

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

background-color css

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

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

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

border-color css

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

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

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