Html Css Color HEX #30015D Christalle

📋 copy color: '#30015D'

red 48 ◦ green 1 ◦ blue 93

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

Shades of Christalle #30015D

Tints of Christalle #30015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 33.8%
G = 0.7%
B = 65.49%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30015D (or 0x30015D) is known color: Christalle. HEX triplet: 30, 01 and 5D. RGB value is (48,1,93). Sum of RGB (Red+Green+Blue) = 48+1+93=142 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.80% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #30015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30015D is #CFFEA2. Grayscale: #191919. Windows color (decimal): -13631139 or 6095152. OLE color: 6095152.

HSL color Cylindrical-coordinate representation of color #30015D: hue angle of 270.65º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30015D is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 1 93 -
CMYK 0.48 0.99 0 0.64
HSL 270.65º 0.98% 0.18% -
HSV(B) 270.65º 0.99% 0.36% -
XYZ 3.21 1.44 10.47 -
YUV 25.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 48 1 93 0.48 0.99 0 0.64 270.65 0.98 0.18
Hex 30 1 5D 30 63 0 40 10F 62 12
Octal 60 1 135 60 143 0 100 417 142 22
Binary 110000 1 1011101 110000 1100011 0 1000000 100001111 1100010 10010

Color Harmonies of #30015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30015D

Black with #30015D

Text Example


Text Example

White with #30015D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30015D; }

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

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

background-color css

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

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

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

border-color css

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

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

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