Html Css Color HEX #2E0561 Christalle

📋 copy color: '#2E0561'

red 46 ◦ green 5 ◦ blue 97

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

Shades of Christalle #2E0561

Tints of Christalle #2E0561

RGB

 RED value IS 46 (18.36% from 255) = 31.08%

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 97 (38.28% from 255) = 65.54%

R = 31.08%
G = 3.38%
B = 65.54%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2E0561 (or 0x2E0561) is known color: Christalle. HEX triplet: 2E, 05 and 61. RGB value is (46,5,97). Sum of RGB (Red+Green+Blue) = 46+5+97=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #2E0561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E0561 is #D1FA9E. Grayscale: #1B1B1B. Windows color (decimal): -13761183 or 6358318. OLE color: 6358318.

HSL color Cylindrical-coordinate representation of color #2E0561: hue angle of 266.74º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2E0561 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 5 97 -
CMYK 0.53 0.95 0 0.62
HSL 266.74º 0.9% 0.2% -
HSV(B) 266.74º 0.95% 0.38% -
XYZ 3.34 1.55 11.43 -
YUV 27.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 46 5 97 0.53 0.95 0 0.62 266.74 0.9 0.2
Hex 2E 5 61 35 5F 0 3E 10B 5A 14
Octal 56 5 141 65 137 0 76 413 132 24
Binary 101110 101 1100001 110101 1011111 0 111110 100001011 1011010 10100

Color Harmonies of #2E0561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0561

Black with #2E0561

Text Example


Text Example

White with #2E0561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,5,97); }

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

background-color css

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

 a { background-color: rgb(46,5,97); }

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

border-color css

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

 span { border-color: rgb(46,5,97); }

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