Html Css Color HEX #30175A Christalle

📋 copy color: '#30175A'

red 48 ◦ green 23 ◦ blue 90

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

Shades of Christalle #30175A

Tints of Christalle #30175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.29%

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

R = 29.81%
G = 14.29%
B = 55.9%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#30175A (or 0x30175A) is known color: Christalle. HEX triplet: 30, 17 and 5A. RGB value is (48,23,90). Sum of RGB (Red+Green+Blue) = 48+23+90=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 90 (35.55% from 255 or 55.90% from 161); Max value from RGB is 90 - color contains mainly: blue. Hex color #30175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30175A is #CFE8A5. Grayscale: #252525. Windows color (decimal): -13625510 or 5904176. OLE color: 5904176.

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

Color convert

RGB 48 23 90 -
CMYK 0.47 0.74 0 0.65
HSL 262.39º 0.59% 0.22% -
HSV(B) 262.39º 0.74% 0.35% -
XYZ 3.37 1.98 9.88 -
YUV 38.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 48 23 90 0.47 0.74 0 0.65 262.39 0.59 0.22
Hex 30 17 5A 2F 4A 0 41 106 3B 16
Octal 60 27 132 57 112 0 101 406 73 26
Binary 110000 10111 1011010 101111 1001010 0 1000001 100000110 111011 10110

Color Harmonies of #30175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30175A

Black with #30175A

Text Example


Text Example

White with #30175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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