Html Css Color HEX #300458 Christalle

📋 copy color: '#300458'

red 48 ◦ green 4 ◦ blue 88

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

Shades of Christalle #300458

Tints of Christalle #300458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 34.29%
G = 2.86%
B = 62.86%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#300458 (or 0x300458) is known color: Christalle. HEX triplet: 30, 04 and 58. RGB value is (48,4,88). Sum of RGB (Red+Green+Blue) = 48+4+88=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #300458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300458 is #CFFBA7. Grayscale: #1A1A1A. Windows color (decimal): -13630376 or 5768240. OLE color: 5768240.

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

Color convert

RGB 48 4 88 -
CMYK 0.45 0.95 0 0.65
HSL 271.43º 0.91% 0.18% -
HSV(B) 271.43º 0.95% 0.35% -
XYZ 3.02 1.42 9.35 -
YUV 26.73 162.58 143.17 -
System Red Green Blue C M Y K H S L
Decimal 48 4 88 0.45 0.95 0 0.65 271.43 0.91 0.18
Hex 30 4 58 2D 5F 0 41 10F 5B 12
Octal 60 4 130 55 137 0 101 417 133 22
Binary 110000 100 1011000 101101 1011111 0 1000001 100001111 1011011 10010

Color Harmonies of #300458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300458

Black with #300458

Text Example


Text Example

White with #300458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300458; }

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

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

background-color css

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

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

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

border-color css

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

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

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