Html Css Color HEX #300558 Christalle

📋 copy color: '#300558'

red 48 ◦ green 5 ◦ blue 88

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

Shades of Christalle #300558

Tints of Christalle #300558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 34.04%
G = 3.55%
B = 62.41%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300558 (or 0x300558) is known color: Christalle. HEX triplet: 30, 05 and 58. RGB value is (48,5,88). Sum of RGB (Red+Green+Blue) = 48+5+88=141 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.04% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #300558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300558 is #CFFAA7. Grayscale: #1B1B1B. Windows color (decimal): -13630120 or 5768496. OLE color: 5768496.

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

Color convert

RGB 48 5 88 -
CMYK 0.45 0.94 0 0.65
HSL 271.08º 0.89% 0.18% -
HSV(B) 271.08º 0.94% 0.35% -
XYZ 3.03 1.44 9.35 -
YUV 27.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 48 5 88 0.45 0.94 0 0.65 271.08 0.89 0.18
Hex 30 5 58 2D 5E 0 41 10F 59 12
Octal 60 5 130 55 136 0 101 417 131 22
Binary 110000 101 1011000 101101 1011110 0 1000001 100001111 1011001 10010

Color Harmonies of #300558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300558

Black with #300558

Text Example


Text Example

White with #300558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300558; }

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

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

background-color css

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

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

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

border-color css

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

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

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