Html Css Color HEX #300C59 Christalle

📋 copy color: '#300C59'

red 48 ◦ green 12 ◦ blue 89

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

Shades of Christalle #300C59

Tints of Christalle #300C59

RGB

 RED value IS 48 (19.14% from 255) = 32.21%

 GREEN value IS 12 (5.08% from 255) = 8.05%

 BLUE value IS 89 (35.16% from 255) = 59.73%

R = 32.21%
G = 8.05%
B = 59.73%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300C59 (or 0x300C59) is known color: Christalle. HEX triplet: 30, 0C and 59. RGB value is (48,12,89). Sum of RGB (Red+Green+Blue) = 48+12+89=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #300C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C59 is #CFF3A6. Grayscale: #1F1F1F. Windows color (decimal): -13628327 or 5835824. OLE color: 5835824.

HSL color Cylindrical-coordinate representation of color #300C59: hue angle of 268.05º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #300C59 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 12 89 -
CMYK 0.46 0.87 0 0.65
HSL 268.05º 0.76% 0.2% -
HSV(B) 268.05º 0.87% 0.35% -
XYZ 3.15 1.61 9.6 -
YUV 31.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 48 12 89 0.46 0.87 0 0.65 268.05 0.76 0.2
Hex 30 C 59 2E 57 0 41 10C 4C 14
Octal 60 14 131 56 127 0 101 414 114 24
Binary 110000 1100 1011001 101110 1010111 0 1000001 100001100 1001100 10100

Color Harmonies of #300C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C59

Black with #300C59

Text Example


Text Example

White with #300C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300C59; }

 p { color: rgb(48,12,89); }

 H1.HeaderClassName
 {
   color: #300C59;
 }
 .AnyTagClassName
 {
   color: #300C59;
 }
</style>

background-color css

<style>
 a { background-color: #300C59; }

 a { background-color: rgb(48,12,89); }

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

border-color css

<style>
 span { border-color: #300C59; }

 span { border-color: rgb(48,12,89); }

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