Html Css Color HEX #2F175C Christalle

📋 copy color: '#2F175C'

red 47 ◦ green 23 ◦ blue 92

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

Shades of Christalle #2F175C

Tints of Christalle #2F175C

RGB

 RED value IS 47 (18.75% from 255) = 29.01%

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

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

R = 29.01%
G = 14.2%
B = 56.79%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F175C (or 0x2F175C) is known color: Christalle. HEX triplet: 2F, 17 and 5C. RGB value is (47,23,92). Sum of RGB (Red+Green+Blue) = 47+23+92=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F175C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F175C is #D0E8A3. Grayscale: #252525. Windows color (decimal): -13691044 or 6035247. OLE color: 6035247.

HSL color Cylindrical-coordinate representation of color #2F175C: hue angle of 260.87º 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 #2F175C is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 23 92 -
CMYK 0.49 0.75 0 0.64
HSL 260.87º 0.6% 0.23% -
HSV(B) 260.87º 0.75% 0.36% -
XYZ 3.41 1.99 10.33 -
YUV 38.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 47 23 92 0.49 0.75 0 0.64 260.87 0.6 0.23
Hex 2F 17 5C 31 4B 0 40 105 3C 17
Octal 57 27 134 61 113 0 100 405 74 27
Binary 101111 10111 1011100 110001 1001011 0 1000000 100000101 111100 10111

Color Harmonies of #2F175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F175C

Black with #2F175C

Text Example


Text Example

White with #2F175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F175C; }

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

 H1.HeaderClassName
 {
   color: #2F175C;
 }
 .AnyTagClassName
 {
   color: #2F175C;
 }
</style>

background-color css

<style>
 a { background-color: #2F175C; }

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

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

border-color css

<style>
 span { border-color: #2F175C; }

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

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