Html Css Color HEX #300659 Christalle

📋 copy color: '#300659'

red 48 ◦ green 6 ◦ blue 89

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

Shades of Christalle #300659

Tints of Christalle #300659

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.2%

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

R = 33.57%
G = 4.2%
B = 62.24%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300659 (or 0x300659) is known color: Christalle. HEX triplet: 30, 06 and 59. RGB value is (48,6,89). Sum of RGB (Red+Green+Blue) = 48+6+89=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #300659 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300659 is #CFF9A6. Grayscale: #1B1B1B. Windows color (decimal): -13629863 or 5834288. OLE color: 5834288.

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

Color convert

RGB 48 6 89 -
CMYK 0.46 0.93 0 0.65
HSL 270.36º 0.87% 0.19% -
HSV(B) 270.36º 0.93% 0.35% -
XYZ 3.09 1.48 9.57 -
YUV 28.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 48 6 89 0.46 0.93 0 0.65 270.36 0.87 0.19
Hex 30 6 59 2E 5D 0 41 10E 57 13
Octal 60 6 131 56 135 0 101 416 127 23
Binary 110000 110 1011001 101110 1011101 0 1000001 100001110 1010111 10011

Color Harmonies of #300659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300659

Black with #300659

Text Example


Text Example

White with #300659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300659; }

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

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

background-color css

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

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

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

border-color css

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

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

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