Html Css Color HEX #300158 Christalle

📋 copy color: '#300158'

red 48 ◦ green 1 ◦ blue 88

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

Shades of Christalle #300158

Tints of Christalle #300158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 35.04%
G = 0.73%
B = 64.23%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300158 (or 0x300158) is known color: Christalle. HEX triplet: 30, 01 and 58. RGB value is (48,1,88). Sum of RGB (Red+Green+Blue) = 48+1+88=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #300158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300158 is #CFFEA7. Grayscale: #181818. Windows color (decimal): -13631144 or 5767472. OLE color: 5767472.

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

Color convert

RGB 48 1 88 -
CMYK 0.45 0.99 0 0.65
HSL 272.41º 0.98% 0.17% -
HSV(B) 272.41º 0.99% 0.35% -
XYZ 2.99 1.35 9.34 -
YUV 24.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 48 1 88 0.45 0.99 0 0.65 272.41 0.98 0.17
Hex 30 1 58 2D 63 0 41 110 62 11
Octal 60 1 130 55 143 0 101 420 142 21
Binary 110000 1 1011000 101101 1100011 0 1000001 100010000 1100010 10001

Color Harmonies of #300158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300158

Black with #300158

Text Example


Text Example

White with #300158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300158; }

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

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

background-color css

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

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

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

border-color css

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

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

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