Html Css Color HEX #39219B Blue Gem

📋 copy color: '#39219B'

red 57 ◦ green 33 ◦ blue 155

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

Shades of Blue Gem #39219B

Tints of Blue Gem #39219B

RGB

 RED value IS 57 (22.66% from 255) = 23.27%

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 23.27%
G = 13.47%
B = 63.27%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#39219B (or 0x39219B) is known color: Blue Gem. HEX triplet: 39, 21 and 9B. RGB value is (57,33,155). Sum of RGB (Red+Green+Blue) = 57+33+155=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #39219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39219B is #C6DE64. Grayscale: #353535. Windows color (decimal): -13033061 or 10166585. OLE color: 10166585.

HSL color Cylindrical-coordinate representation of color #39219B: hue angle of 251.8º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39219B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 57 33 155 -
CMYK 0.63 0.79 0 0.39
HSL 251.8º 0.65% 0.37% -
HSV(B) 251.8º 0.79% 0.61% -
XYZ 8.15 4.32 31.42 -
YUV 54.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 57 33 155 0.63 0.79 0 0.39 251.8 0.65 0.37
Hex 39 21 9B 3F 4F 0 27 FC 41 25
Octal 71 41 233 77 117 0 47 374 101 45
Binary 111001 100001 10011011 111111 1001111 0 100111 11111100 1000001 100101

Color Harmonies of #39219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39219B

Black with #39219B

Text Example


Text Example

White with #39219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39219B; }

 p { color: rgb(57,33,155); }

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

background-color css

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

 a { background-color: rgb(57,33,155); }

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

border-color css

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

 span { border-color: rgb(57,33,155); }

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