Html Css Color HEX #3C075A Christalle

📋 copy color: '#3C075A'

red 60 ◦ green 7 ◦ blue 90

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

Shades of Christalle #3C075A

Tints of Christalle #3C075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 38.22%
G = 4.46%
B = 57.32%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C075A (or 0x3C075A) is known color: Christalle. HEX triplet: 3C, 07 and 5A. RGB value is (60,7,90). Sum of RGB (Red+Green+Blue) = 60+7+90=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C075A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C075A is #C3F8A5. Grayscale: #202020. Windows color (decimal): -12843174 or 5900092. OLE color: 5900092.

HSL color Cylindrical-coordinate representation of color #3C075A: hue angle of 278.31º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C075A is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 7 90 -
CMYK 0.33 0.92 0 0.65
HSL 278.31º 0.86% 0.19% -
HSV(B) 278.31º 0.92% 0.35% -
XYZ 3.78 1.85 9.83 -
YUV 32.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 60 7 90 0.33 0.92 0 0.65 278.31 0.86 0.19
Hex 3C 7 5A 21 5C 0 41 116 56 13
Octal 74 7 132 41 134 0 101 426 126 23
Binary 111100 111 1011010 100001 1011100 0 1000001 100010110 1010110 10011

Color Harmonies of #3C075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C075A

Black with #3C075A

Text Example


Text Example

White with #3C075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,7,90); }

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

background-color css

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

 a { background-color: rgb(60,7,90); }

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

border-color css

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

 span { border-color: rgb(60,7,90); }

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