Html Css Color HEX #382262 Christalle

📋 copy color: '#382262'

red 56 ◦ green 34 ◦ blue 98

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

Shades of Christalle #382262

Tints of Christalle #382262

RGB

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

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

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

R = 29.79%
G = 18.09%
B = 52.13%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#382262 (or 0x382262) is known color: Christalle. HEX triplet: 38, 22 and 62. RGB value is (56,34,98). Sum of RGB (Red+Green+Blue) = 56+34+98=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 34 (13.67% from 255 or 18.09% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #382262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382262 is #C7DD9D. Grayscale: #2F2F2F. Windows color (decimal): -13098398 or 6431288. OLE color: 6431288.

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

Color convert

RGB 56 34 98 -
CMYK 0.43 0.65 0 0.62
HSL 260.63º 0.48% 0.26% -
HSV(B) 260.63º 0.65% 0.38% -
XYZ 4.41 2.87 11.88 -
YUV 47.87 156.29 133.8 -
System Red Green Blue C M Y K H S L
Decimal 56 34 98 0.43 0.65 0 0.62 260.63 0.48 0.26
Hex 38 22 62 2B 41 0 3E 105 30 1A
Octal 70 42 142 53 101 0 76 405 60 32
Binary 111000 100010 1100010 101011 1000001 0 111110 100000101 110000 11010

Color Harmonies of #382262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382262

Black with #382262

Text Example


Text Example

White with #382262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382262; }

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

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

background-color css

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

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

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

border-color css

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

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

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