Html Css Color HEX #300258 Christalle

📋 copy color: '#300258'

red 48 ◦ green 2 ◦ blue 88

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

Shades of Christalle #300258

Tints of Christalle #300258

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.45%

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

R = 34.78%
G = 1.45%
B = 63.77%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300258 (or 0x300258) is known color: Christalle. HEX triplet: 30, 02 and 58. RGB value is (48,2,88). Sum of RGB (Red+Green+Blue) = 48+2+88=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #300258 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300258 is #CFFDA7. Grayscale: #191919. Windows color (decimal): -13630888 or 5767728. OLE color: 5767728.

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

Color convert

RGB 48 2 88 -
CMYK 0.45 0.98 0 0.65
HSL 272.09º 0.96% 0.18% -
HSV(B) 272.09º 0.98% 0.35% -
XYZ 3 1.38 9.34 -
YUV 25.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 48 2 88 0.45 0.98 0 0.65 272.09 0.96 0.18
Hex 30 2 58 2D 62 0 41 110 60 12
Octal 60 2 130 55 142 0 101 420 140 22
Binary 110000 10 1011000 101101 1100010 0 1000001 100010000 1100000 10010

Color Harmonies of #300258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300258

Black with #300258

Text Example


Text Example

White with #300258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300258; }

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

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

background-color css

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

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

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

border-color css

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

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

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