Html Css Color HEX #382259 Christalle

📋 copy color: '#382259'

red 56 ◦ green 34 ◦ blue 89

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

Shades of Christalle #382259

Tints of Christalle #382259

RGB

 RED value IS 56 (22.27% from 255) = 31.28%

 GREEN value IS 34 (13.67% from 255) = 18.99%

 BLUE value IS 89 (35.16% from 255) = 49.72%

R = 31.28%
G = 18.99%
B = 49.72%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382259 (or 0x382259) is known color: Christalle. HEX triplet: 38, 22 and 59. RGB value is (56,34,89). Sum of RGB (Red+Green+Blue) = 56+34+89=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #382259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382259 is #C7DDA6. Grayscale: #2E2E2E. Windows color (decimal): -13098407 or 5841464. OLE color: 5841464.

HSL color Cylindrical-coordinate representation of color #382259: hue angle of 264º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382259 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 34 89 -
CMYK 0.37 0.62 0 0.65
HSL 264º 0.45% 0.24% -
HSV(B) 264º 0.62% 0.35% -
XYZ 4.01 2.71 9.76 -
YUV 46.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 56 34 89 0.37 0.62 0 0.65 264 0.45 0.24
Hex 38 22 59 25 3E 0 41 108 2D 18
Octal 70 42 131 45 76 0 101 410 55 30
Binary 111000 100010 1011001 100101 111110 0 1000001 100001000 101101 11000

Color Harmonies of #382259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382259

Black with #382259

Text Example


Text Example

White with #382259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382259; }

 p { color: rgb(56,34,89); }

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

background-color css

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

 a { background-color: rgb(56,34,89); }

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

border-color css

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

 span { border-color: rgb(56,34,89); }

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