Html Css Color HEX #30065F Christalle

📋 copy color: '#30065F'

red 48 ◦ green 6 ◦ blue 95

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

Shades of Christalle #30065F

Tints of Christalle #30065F

RGB

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

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

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

R = 32.21%
G = 4.03%
B = 63.76%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30065F (or 0x30065F) is known color: Christalle. HEX triplet: 30, 06 and 5F. RGB value is (48,6,95). Sum of RGB (Red+Green+Blue) = 48+6+95=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #30065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30065F is #CFF9A0. Grayscale: #1C1C1C. Windows color (decimal): -13629857 or 6227504. OLE color: 6227504.

HSL color Cylindrical-coordinate representation of color #30065F: hue angle of 268.31º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30065F is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 6 95 -
CMYK 0.49 0.94 0 0.63
HSL 268.31º 0.88% 0.2% -
HSV(B) 268.31º 0.94% 0.37% -
XYZ 3.35 1.58 10.96 -
YUV 28.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 48 6 95 0.49 0.94 0 0.63 268.31 0.88 0.2
Hex 30 6 5F 31 5E 0 3F 10C 58 14
Octal 60 6 137 61 136 0 77 414 130 24
Binary 110000 110 1011111 110001 1011110 0 111111 100001100 1011000 10100

Color Harmonies of #30065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30065F

Black with #30065F

Text Example


Text Example

White with #30065F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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