Html Css Color HEX #30025D Christalle

📋 copy color: '#30025D'

red 48 ◦ green 2 ◦ blue 93

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

Shades of Christalle #30025D

Tints of Christalle #30025D

RGB

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

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

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

R = 33.57%
G = 1.4%
B = 65.03%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30025D (or 0x30025D) is known color: Christalle. HEX triplet: 30, 02 and 5D. RGB value is (48,2,93). Sum of RGB (Red+Green+Blue) = 48+2+93=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #30025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30025D is #CFFDA2. Grayscale: #191919. Windows color (decimal): -13630883 or 6095408. OLE color: 6095408.

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

Color convert

RGB 48 2 93 -
CMYK 0.48 0.98 0 0.64
HSL 270.33º 0.96% 0.19% -
HSV(B) 270.33º 0.98% 0.36% -
XYZ 3.22 1.46 10.47 -
YUV 26.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 48 2 93 0.48 0.98 0 0.64 270.33 0.96 0.19
Hex 30 2 5D 30 62 0 40 10E 60 13
Octal 60 2 135 60 142 0 100 416 140 23
Binary 110000 10 1011101 110000 1100010 0 1000000 100001110 1100000 10011

Color Harmonies of #30025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30025D

Black with #30025D

Text Example


Text Example

White with #30025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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