Html Css Color HEX #2F0058 Christalle

📋 copy color: '#2F0058'

red 47 ◦ green 0 ◦ blue 88

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

Shades of Christalle #2F0058

Tints of Christalle #2F0058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 65.19%

R = 34.81%
G = 0%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F0058 (or 0x2F0058) is known color: Christalle. HEX triplet: 2F, 00 and 58. RGB value is (47,0,88). Sum of RGB (Red+Green+Blue) = 47+0+88=135 (17% of max value = 765). Red value is 47 (18.75% from 255 or 34.81% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F0058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0058 is #D0FFA7. Grayscale: #171717. Windows color (decimal): -13696936 or 5767215. OLE color: 5767215.

HSL color Cylindrical-coordinate representation of color #2F0058: hue angle of 272.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F0058 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 0 88 -
CMYK 0.47 1 0 0.65
HSL 272.05º 1% 0.17% -
HSV(B) 272.05º 1% 0.35% -
XYZ 2.93 1.31 9.33 -
YUV 24.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 47 0 88 0.47 1 0 0.65 272.05 1 0.17
Hex 2F 0 58 2F 64 0 41 110 64 11
Octal 57 0 130 57 144 0 101 420 144 21
Binary 101111 0 1011000 101111 1100100 0 1000001 100010000 1100100 10001

Color Harmonies of #2F0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0058

Black with #2F0058

Text Example


Text Example

White with #2F0058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,88); }

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

background-color css

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

 a { background-color: rgb(47,0,88); }

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

border-color css

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

 span { border-color: rgb(47,0,88); }

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