Html Css Color HEX #300858 Christalle

📋 copy color: '#300858'

red 48 ◦ green 8 ◦ blue 88

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

Shades of Christalle #300858

Tints of Christalle #300858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

 BLUE value IS 88 (34.77% from 255) = 61.11%

R = 33.33%
G = 5.56%
B = 61.11%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300858 (or 0x300858) is known color: Christalle. HEX triplet: 30, 08 and 58. RGB value is (48,8,88). Sum of RGB (Red+Green+Blue) = 48+8+88=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #300858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300858 is #CFF7A7. Grayscale: #1C1C1C. Windows color (decimal): -13629352 or 5769264. OLE color: 5769264.

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

Color convert

RGB 48 8 88 -
CMYK 0.45 0.91 0 0.65
HSL 270º 0.83% 0.19% -
HSV(B) 270º 0.91% 0.35% -
XYZ 3.07 1.51 9.36 -
YUV 29.08 161.25 141.5 -
System Red Green Blue C M Y K H S L
Decimal 48 8 88 0.45 0.91 0 0.65 270 0.83 0.19
Hex 30 8 58 2D 5B 0 41 10E 53 13
Octal 60 10 130 55 133 0 101 416 123 23
Binary 110000 1000 1011000 101101 1011011 0 1000001 100001110 1010011 10011

Color Harmonies of #300858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300858

Black with #300858

Text Example


Text Example

White with #300858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300858; }

 p { color: rgb(48,8,88); }

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

background-color css

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

 a { background-color: rgb(48,8,88); }

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

border-color css

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

 span { border-color: rgb(48,8,88); }

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