Html Css Color HEX #30195A Christalle

📋 copy color: '#30195A'

red 48 ◦ green 25 ◦ blue 90

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

Shades of Christalle #30195A

Tints of Christalle #30195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 55.21%

R = 29.45%
G = 15.34%
B = 55.21%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30195A (or 0x30195A) is known color: Christalle. HEX triplet: 30, 19 and 5A. RGB value is (48,25,90). Sum of RGB (Red+Green+Blue) = 48+25+90=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #30195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30195A is #CFE6A5. Grayscale: #272727. Windows color (decimal): -13624998 or 5904688. OLE color: 5904688.

HSL color Cylindrical-coordinate representation of color #30195A: hue angle of 261.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30195A is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 25 90 -
CMYK 0.47 0.72 0 0.65
HSL 261.23º 0.57% 0.23% -
HSV(B) 261.23º 0.72% 0.35% -
XYZ 3.41 2.06 9.89 -
YUV 39.29 156.62 134.21 -
System Red Green Blue C M Y K H S L
Decimal 48 25 90 0.47 0.72 0 0.65 261.23 0.57 0.23
Hex 30 19 5A 2F 48 0 41 105 39 17
Octal 60 31 132 57 110 0 101 405 71 27
Binary 110000 11001 1011010 101111 1001000 0 1000001 100000101 111001 10111

Color Harmonies of #30195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30195A

Black with #30195A

Text Example


Text Example

White with #30195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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