Html Css Color HEX #30025F Christalle

📋 copy color: '#30025F'

red 48 ◦ green 2 ◦ blue 95

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

Shades of Christalle #30025F

Tints of Christalle #30025F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.38%

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

R = 33.1%
G = 1.38%
B = 65.52%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30025F (or 0x30025F) is known color: Christalle. HEX triplet: 30, 02 and 5F. RGB value is (48,2,95). Sum of RGB (Red+Green+Blue) = 48+2+95=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #30025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30025F is #CFFDA0. Grayscale: #1A1A1A. Windows color (decimal): -13630881 or 6226480. OLE color: 6226480.

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

Color convert

RGB 48 2 95 -
CMYK 0.49 0.98 0 0.63
HSL 269.68º 0.96% 0.19% -
HSV(B) 269.68º 0.98% 0.37% -
XYZ 3.31 1.5 10.94 -
YUV 26.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 48 2 95 0.49 0.98 0 0.63 269.68 0.96 0.19
Hex 30 2 5F 31 62 0 3F 10E 60 13
Octal 60 2 137 61 142 0 77 416 140 23
Binary 110000 10 1011111 110001 1100010 0 111111 100001110 1100000 10011

Color Harmonies of #30025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30025F

Black with #30025F

Text Example


Text Example

White with #30025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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