Html Css Color HEX #3C0462 Christalle

📋 copy color: '#3C0462'

red 60 ◦ green 4 ◦ blue 98

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

Shades of Christalle #3C0462

Tints of Christalle #3C0462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

 BLUE value IS 98 (38.67% from 255) = 60.49%

R = 37.04%
G = 2.47%
B = 60.49%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C0462 (or 0x3C0462) is known color: Christalle. HEX triplet: 3C, 04 and 62. RGB value is (60,4,98). Sum of RGB (Red+Green+Blue) = 60+4+98=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C0462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0462 is #C3FB9D. Grayscale: #1F1F1F. Windows color (decimal): -12843934 or 6423612. OLE color: 6423612.

HSL color Cylindrical-coordinate representation of color #3C0462: hue angle of 275.74º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0462 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 4 98 -
CMYK 0.39 0.96 0 0.62
HSL 275.74º 0.92% 0.2% -
HSV(B) 275.74º 0.96% 0.38% -
XYZ 4.11 1.93 11.71 -
YUV 31.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 60 4 98 0.39 0.96 0 0.62 275.74 0.92 0.2
Hex 3C 4 62 27 60 0 3E 114 5C 14
Octal 74 4 142 47 140 0 76 424 134 24
Binary 111100 100 1100010 100111 1100000 0 111110 100010100 1011100 10100

Color Harmonies of #3C0462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0462

Black with #3C0462

Text Example


Text Example

White with #3C0462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,4,98); }

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

background-color css

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

 a { background-color: rgb(60,4,98); }

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

border-color css

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

 span { border-color: rgb(60,4,98); }

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