Html Css Color HEX #300E5C Christalle

📋 copy color: '#300E5C'

red 48 ◦ green 14 ◦ blue 92

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

Shades of Christalle #300E5C

Tints of Christalle #300E5C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 31.17%
G = 9.09%
B = 59.74%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#300E5C (or 0x300E5C) is known color: Christalle. HEX triplet: 30, 0E and 5C. RGB value is (48,14,92). Sum of RGB (Red+Green+Blue) = 48+14+92=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #300E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300E5C is #CFF1A3. Grayscale: #202020. Windows color (decimal): -13627812 or 6032944. OLE color: 6032944.

HSL color Cylindrical-coordinate representation of color #300E5C: hue angle of 266.15º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300E5C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 14 92 -
CMYK 0.48 0.85 0 0.64
HSL 266.15º 0.74% 0.21% -
HSV(B) 266.15º 0.85% 0.36% -
XYZ 3.31 1.72 10.28 -
YUV 33.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 48 14 92 0.48 0.85 0 0.64 266.15 0.74 0.21
Hex 30 E 5C 30 55 0 40 10A 4A 15
Octal 60 16 134 60 125 0 100 412 112 25
Binary 110000 1110 1011100 110000 1010101 0 1000000 100001010 1001010 10101

Color Harmonies of #300E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E5C

Black with #300E5C

Text Example


Text Example

White with #300E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E5C; }

 p { color: rgb(48,14,92); }

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

background-color css

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

 a { background-color: rgb(48,14,92); }

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

border-color css

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

 span { border-color: rgb(48,14,92); }

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