Html Css Color HEX #30005F Christalle

📋 copy color: '#30005F'

red 48 ◦ green 0 ◦ blue 95

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

Shades of Christalle #30005F

Tints of Christalle #30005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.57%
G = 0%
B = 66.43%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30005F (or 0x30005F) is known color: Christalle. HEX triplet: 30, 00 and 5F. RGB value is (48,0,95). Sum of RGB (Red+Green+Blue) = 48+0+95=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #30005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30005F is #CFFFA0. Grayscale: #181818. Windows color (decimal): -13631393 or 6225968. OLE color: 6225968.

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

Color convert

RGB 48 0 95 -
CMYK 0.49 1 0 0.63
HSL 270.32º 1% 0.19% -
HSV(B) 270.32º 1% 0.37% -
XYZ 3.28 1.45 10.93 -
YUV 25.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 48 0 95 0.49 1 0 0.63 270.32 1 0.19
Hex 30 0 5F 31 64 0 3F 10E 64 13
Octal 60 0 137 61 144 0 77 416 144 23
Binary 110000 0 1011111 110001 1100100 0 111111 100001110 1100100 10011

Color Harmonies of #30005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30005F

Black with #30005F

Text Example


Text Example

White with #30005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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