#380262

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

Shades of Christalle #380262

Tints of Christalle #380262

Color information

#380262 (or 0x380262) is unknown color: approx Christalle. HEX triplet: 38, 02 and 62. RGB value is (56,2,98). Sum of RGB (Red+Green+Blue) = 56+2+98=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #380262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380262 is #C7FD9D. Grayscale: #1C1C1C. Windows color (decimal): -13106590 or 6423096. OLE color: 6423096.

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

Color convert

RGB56298-
CMYK0.430.9800.62
HSL273.75º96%19.61%-
HSV(B)273.75º97.96%38.43%-
XYZ3.861.7711.69-
YUV29.09166.89147.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=35.90%
G=1.28%
B=62.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal562980.430.9800.62273.759619.61
Hex382622B6203E1126014
Octal7021425314207642214024
Binary11100010110001010101111000100111110100010010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380262; }

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

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

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

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

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

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

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

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