Html Css Color HEX #2F185D Christalle

📋 copy color: '#2F185D'

red 47 ◦ green 24 ◦ blue 93

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

Shades of Christalle #2F185D

Tints of Christalle #2F185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 28.66%
G = 14.63%
B = 56.71%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F185D (or 0x2F185D) is known color: Christalle. HEX triplet: 2F, 18 and 5D. RGB value is (47,24,93). Sum of RGB (Red+Green+Blue) = 47+24+93=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #2F185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F185D is #D0E7A2. Grayscale: #262626. Windows color (decimal): -13690787 or 6101039. OLE color: 6101039.

HSL color Cylindrical-coordinate representation of color #2F185D: hue angle of 260º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F185D is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 47 24 93 -
CMYK 0.49 0.74 0 0.64
HSL 260º 0.59% 0.23% -
HSV(B) 260º 0.74% 0.36% -
XYZ 3.47 2.05 10.57 -
YUV 38.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 47 24 93 0.49 0.74 0 0.64 260 0.59 0.23
Hex 2F 18 5D 31 4A 0 40 104 3B 17
Octal 57 30 135 61 112 0 100 404 73 27
Binary 101111 11000 1011101 110001 1001010 0 1000000 100000100 111011 10111

Color Harmonies of #2F185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F185D

Black with #2F185D

Text Example


Text Example

White with #2F185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,24,93); }

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

background-color css

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

 a { background-color: rgb(47,24,93); }

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

border-color css

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

 span { border-color: rgb(47,24,93); }

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