Html Css Color HEX #300259 Christalle

📋 copy color: '#300259'

red 48 ◦ green 2 ◦ blue 89

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

Shades of Christalle #300259

Tints of Christalle #300259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.44%

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

R = 34.53%
G = 1.44%
B = 64.03%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300259 (or 0x300259) is known color: Christalle. HEX triplet: 30, 02 and 59. RGB value is (48,2,89). Sum of RGB (Red+Green+Blue) = 48+2+89=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #300259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300259 is #CFFDA6. Grayscale: #191919. Windows color (decimal): -13630887 or 5833264. OLE color: 5833264.

HSL color Cylindrical-coordinate representation of color #300259: hue angle of 271.72º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #300259 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 2 89 -
CMYK 0.46 0.98 0 0.65
HSL 271.72º 0.96% 0.18% -
HSV(B) 271.72º 0.98% 0.35% -
XYZ 3.04 1.39 9.56 -
YUV 25.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 48 2 89 0.46 0.98 0 0.65 271.72 0.96 0.18
Hex 30 2 59 2E 62 0 41 110 60 12
Octal 60 2 131 56 142 0 101 420 140 22
Binary 110000 10 1011001 101110 1100010 0 1000001 100010000 1100000 10010

Color Harmonies of #300259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300259

Black with #300259

Text Example


Text Example

White with #300259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300259; }

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

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

background-color css

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

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

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

border-color css

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

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

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