Html Css Color HEX #300C5F Christalle

📋 copy color: '#300C5F'

red 48 ◦ green 12 ◦ blue 95

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

Shades of Christalle #300C5F

Tints of Christalle #300C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.74%

 BLUE value IS 95 (37.5% from 255) = 61.29%

R = 30.97%
G = 7.74%
B = 61.29%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#300C5F (or 0x300C5F) is known color: Christalle. HEX triplet: 30, 0C and 5F. RGB value is (48,12,95). Sum of RGB (Red+Green+Blue) = 48+12+95=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 95 (37.5% from 255 or 61.29% from 155); Max value from RGB is 95 - color contains mainly: blue. Hex color #300C5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300C5F is #CFF3A0. Grayscale: #1F1F1F. Windows color (decimal): -13628321 or 6229040. OLE color: 6229040.

HSL color Cylindrical-coordinate representation of color #300C5F: hue angle of 266.02º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #300C5F is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 12 95 -
CMYK 0.49 0.87 0 0.63
HSL 266.02º 0.78% 0.21% -
HSV(B) 266.02º 0.87% 0.37% -
XYZ 3.42 1.72 10.98 -
YUV 32.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 48 12 95 0.49 0.87 0 0.63 266.02 0.78 0.21
Hex 30 C 5F 31 57 0 3F 10A 4E 15
Octal 60 14 137 61 127 0 77 412 116 25
Binary 110000 1100 1011111 110001 1010111 0 111111 100001010 1001110 10101

Color Harmonies of #300C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300C5F

Black with #300C5F

Text Example


Text Example

White with #300C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,12,95); }

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

background-color css

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

 a { background-color: rgb(48,12,95); }

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

border-color css

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

 span { border-color: rgb(48,12,95); }

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