#380F62

Color #380F62 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #380F62

Tints of Christalle #380F62

Color information

#380F62 (or 0x380F62) is unknown color: approx Christalle. HEX triplet: 38, 0F and 62. RGB value is (56,15,98). Sum of RGB (Red+Green+Blue) = 56+15+98=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #380F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F62 is #C7F09D. Grayscale: #242424. Windows color (decimal): -13103262 or 6426424. OLE color: 6426424.

HSL color Cylindrical-coordinate representation of color #380F62: hue angle of 269.64º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #380F62 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB561598-
CMYK0.430.8500.62
HSL269.64º73.45%22.16%-
HSV(B)269.64º84.69%38.43%-
XYZ4.012.0611.74-
YUV36.72162.58141.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 15 (6.25% from 255) = 8.88%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=33.14%
G=8.88%
B=57.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5615980.430.8500.62269.6473.4522.16
Hex38F622B5503E10e4916
Octal70171425312507641611126
Binary1110001111110001010101110101010111110100001110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380F62; }

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

 H1.HeaderClassName
 {
   color: #380F62;
 }
 .AnyTagClassName
 {
   color: #380F62;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #380F62;
 }
 .BgClassName
 {
   background-color: #380F62;
 }
</style>
border-color css

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

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

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