Html Css Color HEX #300359 Christalle

📋 copy color: '#300359'

red 48 ◦ green 3 ◦ blue 89

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

Shades of Christalle #300359

Tints of Christalle #300359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 34.29%
G = 2.14%
B = 63.57%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300359 (or 0x300359) is known color: Christalle. HEX triplet: 30, 03 and 59. RGB value is (48,3,89). Sum of RGB (Red+Green+Blue) = 48+3+89=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #300359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300359 is #CFFCA6. Grayscale: #191919. Windows color (decimal): -13630631 or 5833520. OLE color: 5833520.

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

Color convert

RGB 48 3 89 -
CMYK 0.46 0.97 0 0.65
HSL 271.4º 0.93% 0.18% -
HSV(B) 271.4º 0.97% 0.35% -
XYZ 3.05 1.41 9.56 -
YUV 26.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 48 3 89 0.46 0.97 0 0.65 271.4 0.93 0.18
Hex 30 3 59 2E 61 0 41 10F 5D 12
Octal 60 3 131 56 141 0 101 417 135 22
Binary 110000 11 1011001 101110 1100001 0 1000001 100001111 1011101 10010

Color Harmonies of #300359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300359

Black with #300359

Text Example


Text Example

White with #300359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300359; }

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

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

background-color css

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

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

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

border-color css

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

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

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