Html Css Color HEX #30065D Christalle

📋 copy color: '#30065D'

red 48 ◦ green 6 ◦ blue 93

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

Shades of Christalle #30065D

Tints of Christalle #30065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.08%

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

R = 32.65%
G = 4.08%
B = 63.27%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30065D (or 0x30065D) is known color: Christalle. HEX triplet: 30, 06 and 5D. RGB value is (48,6,93). Sum of RGB (Red+Green+Blue) = 48+6+93=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #30065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30065D is #CFF9A2. Grayscale: #1C1C1C. Windows color (decimal): -13629859 or 6096432. OLE color: 6096432.

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

Color convert

RGB 48 6 93 -
CMYK 0.48 0.94 0 0.64
HSL 268.97º 0.88% 0.19% -
HSV(B) 268.97º 0.94% 0.36% -
XYZ 3.26 1.55 10.48 -
YUV 28.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 48 6 93 0.48 0.94 0 0.64 268.97 0.88 0.19
Hex 30 6 5D 30 5E 0 40 10D 58 13
Octal 60 6 135 60 136 0 100 415 130 23
Binary 110000 110 1011101 110000 1011110 0 1000000 100001101 1011000 10011

Color Harmonies of #30065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30065D

Black with #30065D

Text Example


Text Example

White with #30065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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