Html Css Color HEX #3C1D9D Blue Gem

📋 copy color: '#3C1D9D'

red 60 ◦ green 29 ◦ blue 157

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

Shades of Blue Gem #3C1D9D

Tints of Blue Gem #3C1D9D

RGB

 RED value IS 60 (23.83% from 255) = 24.39%

 GREEN value IS 29 (11.72% from 255) = 11.79%

 BLUE value IS 157 (61.72% from 255) = 63.82%

R = 24.39%
G = 11.79%
B = 63.82%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3C1D9D (or 0x3C1D9D) is known color: Blue Gem. HEX triplet: 3C, 1D and 9D. RGB value is (60,29,157). Sum of RGB (Red+Green+Blue) = 60+29+157=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C1D9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1D9D is #C3E262. Grayscale: #343434. Windows color (decimal): -12837475 or 10296636. OLE color: 10296636.

HSL color Cylindrical-coordinate representation of color #3C1D9D: hue angle of 254.53º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1D9D is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 60 29 157 -
CMYK 0.62 0.82 0 0.38
HSL 254.53º 0.69% 0.36% -
HSV(B) 254.53º 0.82% 0.62% -
XYZ 8.39 4.27 32.28 -
YUV 52.86 186.77 133.09 -
System Red Green Blue C M Y K H S L
Decimal 60 29 157 0.62 0.82 0 0.38 254.53 0.69 0.36
Hex 3C 1D 9D 3E 52 0 26 FF 45 24
Octal 74 35 235 76 122 0 46 377 105 44
Binary 111100 11101 10011101 111110 1010010 0 100110 11111111 1000101 100100

Color Harmonies of #3C1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1D9D

Black with #3C1D9D

Text Example


Text Example

White with #3C1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C1D9D; }

 p { color: rgb(60,29,157); }

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

background-color css

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

 a { background-color: rgb(60,29,157); }

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

border-color css

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

 span { border-color: rgb(60,29,157); }

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