Html Css Color HEX #382062 Christalle

📋 copy color: '#382062'

red 56 ◦ green 32 ◦ blue 98

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

Shades of Christalle #382062

Tints of Christalle #382062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

 BLUE value IS 98 (38.67% from 255) = 52.69%

R = 30.11%
G = 17.2%
B = 52.69%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382062 (or 0x382062) is known color: Christalle. HEX triplet: 38, 20 and 62. RGB value is (56,32,98). Sum of RGB (Red+Green+Blue) = 56+32+98=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #382062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382062 is #C7DF9D. Grayscale: #2E2E2E. Windows color (decimal): -13098910 or 6430776. OLE color: 6430776.

HSL color Cylindrical-coordinate representation of color #382062: hue angle of 261.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382062 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 32 98 -
CMYK 0.43 0.67 0 0.62
HSL 261.82º 0.51% 0.25% -
HSV(B) 261.82º 0.67% 0.38% -
XYZ 4.35 2.76 11.86 -
YUV 46.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 56 32 98 0.43 0.67 0 0.62 261.82 0.51 0.25
Hex 38 20 62 2B 43 0 3E 106 33 19
Octal 70 40 142 53 103 0 76 406 63 31
Binary 111000 100000 1100010 101011 1000011 0 111110 100000110 110011 11001

Color Harmonies of #382062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382062

Black with #382062

Text Example


Text Example

White with #382062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382062; }

 p { color: rgb(56,32,98); }

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

background-color css

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

 a { background-color: rgb(56,32,98); }

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

border-color css

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

 span { border-color: rgb(56,32,98); }

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