Html Css Color HEX #382565 Christalle

📋 copy color: '#382565'

red 56 ◦ green 37 ◦ blue 101

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

Shades of Christalle #382565

Tints of Christalle #382565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 52.06%

R = 28.87%
G = 19.07%
B = 52.06%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#382565 (or 0x382565) is known color: Christalle. HEX triplet: 38, 25 and 65. RGB value is (56,37,101). Sum of RGB (Red+Green+Blue) = 56+37+101=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #382565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382565 is #C7DA9A. Grayscale: #313131. Windows color (decimal): -13097627 or 6628664. OLE color: 6628664.

HSL color Cylindrical-coordinate representation of color #382565: hue angle of 257.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382565 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 37 101 -
CMYK 0.45 0.63 0 0.60
HSL 257.81º 0.46% 0.27% -
HSV(B) 257.81º 0.63% 0.4% -
XYZ 4.64 3.1 12.67 -
YUV 49.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 56 37 101 0.45 0.63 0 0.60 257.81 0.46 0.27
Hex 38 25 65 2D 3F 0 3C 102 2E 1B
Octal 70 45 145 55 77 0 74 402 56 33
Binary 111000 100101 1100101 101101 111111 0 111100 100000010 101110 11011

Color Harmonies of #382565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382565

Black with #382565

Text Example


Text Example

White with #382565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382565; }

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

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

background-color css

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

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

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

border-color css

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

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

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