Html Css Color HEX #41389C Blue Gem

📋 copy color: '#41389C'

red 65 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #41389C

Tints of Blue Gem #41389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 23.47%
G = 20.22%
B = 56.32%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41389C (or 0x41389C) is known color: Blue Gem. HEX triplet: 41, 38 and 9C. RGB value is (65,56,156). Sum of RGB (Red+Green+Blue) = 65+56+156=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #41389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389C is #BEC763. Grayscale: #454545. Windows color (decimal): -12502884 or 10238017. OLE color: 10238017.

HSL color Cylindrical-coordinate representation of color #41389C: hue angle of 245.4º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41389C is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 56 156 -
CMYK 0.58 0.64 0 0.39
HSL 245.4º 0.47% 0.42% -
HSV(B) 245.4º 0.64% 0.61% -
XYZ 9.59 6.35 32.17 -
YUV 70.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 65 56 156 0.58 0.64 0 0.39 245.4 0.47 0.42
Hex 41 38 9C 3A 40 0 27 F5 2F 2A
Octal 101 70 234 72 100 0 47 365 57 52
Binary 1000001 111000 10011100 111010 1000000 0 100111 11110101 101111 101010

Color Harmonies of #41389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41389C

Black with #41389C

Text Example


Text Example

White with #41389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41389C; }

 p { color: rgb(65,56,156); }

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

background-color css

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

 a { background-color: rgb(65,56,156); }

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

border-color css

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

 span { border-color: rgb(65,56,156); }

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