Html Css Color HEX #2F185A Christalle

📋 copy color: '#2F185A'

red 47 ◦ green 24 ◦ blue 90

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

Shades of Christalle #2F185A

Tints of Christalle #2F185A

RGB

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

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

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

R = 29.19%
G = 14.91%
B = 55.9%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F185A (or 0x2F185A) is known color: Christalle. HEX triplet: 2F, 18 and 5A. RGB value is (47,24,90). Sum of RGB (Red+Green+Blue) = 47+24+90=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 24 (9.77% from 255 or 14.91% 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 #2F185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F185A is #D0E7A5. Grayscale: #262626. Windows color (decimal): -13690790 or 5904431. OLE color: 5904431.

HSL color Cylindrical-coordinate representation of color #2F185A: hue angle of 260.91º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F185A is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 24 90 -
CMYK 0.48 0.73 0 0.65
HSL 260.91º 0.58% 0.22% -
HSV(B) 260.91º 0.73% 0.35% -
XYZ 3.34 2 9.88 -
YUV 38.4 157.12 134.13 -
System Red Green Blue C M Y K H S L
Decimal 47 24 90 0.48 0.73 0 0.65 260.91 0.58 0.22
Hex 2F 18 5A 30 49 0 41 105 3A 16
Octal 57 30 132 60 111 0 101 405 72 26
Binary 101111 11000 1011010 110000 1001001 0 1000001 100000101 111010 10110

Color Harmonies of #2F185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F185A

Black with #2F185A

Text Example


Text Example

White with #2F185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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