Html Css Color HEX #30175C Christalle

📋 copy color: '#30175C'

red 48 ◦ green 23 ◦ blue 92

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

Shades of Christalle #30175C

Tints of Christalle #30175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.44%

R = 29.45%
G = 14.11%
B = 56.44%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30175C (or 0x30175C) is known color: Christalle. HEX triplet: 30, 17 and 5C. RGB value is (48,23,92). Sum of RGB (Red+Green+Blue) = 48+23+92=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #30175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #30175C is #CFE8A3. Grayscale: #262626. Windows color (decimal): -13625508 or 6035248. OLE color: 6035248.

HSL color Cylindrical-coordinate representation of color #30175C: hue angle of 261.74º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30175C is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 23 92 -
CMYK 0.48 0.75 0 0.64
HSL 261.74º 0.6% 0.23% -
HSV(B) 261.74º 0.75% 0.36% -
XYZ 3.46 2.01 10.33 -
YUV 38.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 48 23 92 0.48 0.75 0 0.64 261.74 0.6 0.23
Hex 30 17 5C 30 4B 0 40 106 3C 17
Octal 60 27 134 60 113 0 100 406 74 27
Binary 110000 10111 1011100 110000 1001011 0 1000000 100000110 111100 10111

Color Harmonies of #30175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30175C

Black with #30175C

Text Example


Text Example

White with #30175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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