Html Css Color HEX #28065D Christalle

📋 copy color: '#28065D'

red 40 ◦ green 6 ◦ blue 93

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

Shades of Christalle #28065D

Tints of Christalle #28065D

RGB

 RED value IS 40 (16.02% from 255) = 28.78%

 GREEN value IS 6 (2.73% from 255) = 4.32%

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

R = 28.78%
G = 4.32%
B = 66.91%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28065D (or 0x28065D) is known color: Christalle. HEX triplet: 28, 06 and 5D. RGB value is (40,6,93). Sum of RGB (Red+Green+Blue) = 40+6+93=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #28065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28065D is #D7F9A2. Grayscale: #191919. Windows color (decimal): -14154147 or 6096424. OLE color: 6096424.

HSL color Cylindrical-coordinate representation of color #28065D: hue angle of 263.45º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28065D is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 6 93 -
CMYK 0.57 0.94 0 0.64
HSL 263.45º 0.88% 0.19% -
HSV(B) 263.45º 0.94% 0.36% -
XYZ 2.92 1.37 10.47 -
YUV 26.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 40 6 93 0.57 0.94 0 0.64 263.45 0.88 0.19
Hex 28 6 5D 39 5E 0 40 107 58 13
Octal 50 6 135 71 136 0 100 407 130 23
Binary 101000 110 1011101 111001 1011110 0 1000000 100000111 1011000 10011

Color Harmonies of #28065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28065D

Black with #28065D

Text Example


Text Example

White with #28065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28065D; }

 p { color: rgb(40,6,93); }

 H1.HeaderClassName
 {
   color: #28065D;
 }
 .AnyTagClassName
 {
   color: #28065D;
 }
</style>

background-color css

<style>
 a { background-color: #28065D; }

 a { background-color: rgb(40,6,93); }

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

border-color css

<style>
 span { border-color: #28065D; }

 span { border-color: rgb(40,6,93); }

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