Html Css Color HEX #3C1C6E Christalle

📋 copy color: '#3C1C6E'

red 60 ◦ green 28 ◦ blue 110

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

Shades of Christalle #3C1C6E

Tints of Christalle #3C1C6E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 110 (43.36% from 255) = 55.56%

R = 30.3%
G = 14.14%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C1C6E (or 0x3C1C6E) is known color: Christalle. HEX triplet: 3C, 1C and 6E. RGB value is (60,28,110). Sum of RGB (Red+Green+Blue) = 60+28+110=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C1C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C1C6E is #C3E391. Grayscale: #2E2E2E. Windows color (decimal): -12837778 or 7216188. OLE color: 7216188.

HSL color Cylindrical-coordinate representation of color #3C1C6E: hue angle of 263.41º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C1C6E is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 28 110 -
CMYK 0.45 0.75 0 0.57
HSL 263.41º 0.59% 0.27% -
HSV(B) 263.41º 0.75% 0.43% -
XYZ 5.09 2.92 15.05 -
YUV 46.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 60 28 110 0.45 0.75 0 0.57 263.41 0.59 0.27
Hex 3C 1C 6E 2D 4B 0 39 107 3B 1B
Octal 74 34 156 55 113 0 71 407 73 33
Binary 111100 11100 1101110 101101 1001011 0 111001 100000111 111011 11011

Color Harmonies of #3C1C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1C6E

Black with #3C1C6E

Text Example


Text Example

White with #3C1C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,28,110); }

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

background-color css

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

 a { background-color: rgb(60,28,110); }

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

border-color css

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

 span { border-color: rgb(60,28,110); }

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