Html Css Color HEX #382558 Christalle

📋 copy color: '#382558'

red 56 ◦ green 37 ◦ blue 88

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

Shades of Christalle #382558

Tints of Christalle #382558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 30.94%
G = 20.44%
B = 48.62%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#382558 (or 0x382558) is known color: Christalle. HEX triplet: 38, 25 and 58. RGB value is (56,37,88). Sum of RGB (Red+Green+Blue) = 56+37+88=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #382558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382558 is #C7DAA7. Grayscale: #303030. Windows color (decimal): -13097640 or 5776696. OLE color: 5776696.

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

Color convert

RGB 56 37 88 -
CMYK 0.36 0.58 0 0.65
HSL 262.35º 0.41% 0.25% -
HSV(B) 262.35º 0.58% 0.35% -
XYZ 4.05 2.87 9.57 -
YUV 48.5 150.29 133.35 -
System Red Green Blue C M Y K H S L
Decimal 56 37 88 0.36 0.58 0 0.65 262.35 0.41 0.25
Hex 38 25 58 24 3A 0 41 106 29 19
Octal 70 45 130 44 72 0 101 406 51 31
Binary 111000 100101 1011000 100100 111010 0 1000001 100000110 101001 11001

Color Harmonies of #382558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382558

Black with #382558

Text Example


Text Example

White with #382558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382558; }

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

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

background-color css

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

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

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

border-color css

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

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

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