Html Css Color HEX #382858 Cherry Pie

📋 copy color: '#382858'

red 56 ◦ green 40 ◦ blue 88

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

Shades of Cherry Pie #382858

Tints of Cherry Pie #382858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 30.43%
G = 21.74%
B = 47.83%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382858 (or 0x382858) is known color: Cherry Pie. HEX triplet: 38, 28 and 58. RGB value is (56,40,88). Sum of RGB (Red+Green+Blue) = 56+40+88=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #382858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382858 is #C7D7A7. Grayscale: #323232. Windows color (decimal): -13096872 or 5777464. OLE color: 5777464.

HSL color Cylindrical-coordinate representation of color #382858: hue angle of 260º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382858 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 40 88 -
CMYK 0.36 0.55 0 0.65
HSL 260º 0.38% 0.25% -
HSV(B) 260º 0.55% 0.35% -
XYZ 4.15 3.06 9.6 -
YUV 50.26 149.3 132.1 -
System Red Green Blue C M Y K H S L
Decimal 56 40 88 0.36 0.55 0 0.65 260 0.38 0.25
Hex 38 28 58 24 37 0 41 104 26 19
Octal 70 50 130 44 67 0 101 404 46 31
Binary 111000 101000 1011000 100100 110111 0 1000001 100000100 100110 11001

Color Harmonies of #382858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382858

Black with #382858

Text Example


Text Example

White with #382858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382858; }

 p { color: rgb(56,40,88); }

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

background-color css

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

 a { background-color: rgb(56,40,88); }

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

border-color css

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

 span { border-color: rgb(56,40,88); }

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