Html Css Color HEX #30196A Christalle

📋 copy color: '#30196A'

red 48 ◦ green 25 ◦ blue 106

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

Shades of Christalle #30196A

Tints of Christalle #30196A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.97%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 26.82%
G = 13.97%
B = 59.22%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#30196A (or 0x30196A) is known color: Christalle. HEX triplet: 30, 19 and 6A. RGB value is (48,25,106). Sum of RGB (Red+Green+Blue) = 48+25+106=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #30196A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30196A is #CFE695. Grayscale: #282828. Windows color (decimal): -13624982 or 6953264. OLE color: 6953264.

HSL color Cylindrical-coordinate representation of color #30196A: hue angle of 257.04º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #30196A is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 25 106 -
CMYK 0.55 0.76 0 0.58
HSL 257.04º 0.62% 0.26% -
HSV(B) 257.04º 0.76% 0.42% -
XYZ 4.17 2.36 13.87 -
YUV 41.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 48 25 106 0.55 0.76 0 0.58 257.04 0.62 0.26
Hex 30 19 6A 37 4C 0 3A 101 3E 1A
Octal 60 31 152 67 114 0 72 401 76 32
Binary 110000 11001 1101010 110111 1001100 0 111010 100000001 111110 11010

Color Harmonies of #30196A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30196A

Black with #30196A

Text Example


Text Example

White with #30196A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30196A; }

 p { color: rgb(48,25,106); }

 H1.HeaderClassName
 {
   color: #30196A;
 }
 .AnyTagClassName
 {
   color: #30196A;
 }
</style>

background-color css

<style>
 a { background-color: #30196A; }

 a { background-color: rgb(48,25,106); }

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

border-color css

<style>
 span { border-color: #30196A; }

 span { border-color: rgb(48,25,106); }

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