#380762

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

Shades of Christalle #380762

Tints of Christalle #380762

Color information

#380762 (or 0x380762) is unknown color: approx Christalle. HEX triplet: 38, 07 and 62. RGB value is (56,7,98). Sum of RGB (Red+Green+Blue) = 56+7+98=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #380762 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380762 is #C7F89D. Grayscale: #1F1F1F. Windows color (decimal): -13105310 or 6424376. OLE color: 6424376.

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

Color convert

RGB56798-
CMYK0.430.9300.62
HSL272.31º86.67%20.59%-
HSV(B)272.31º92.86%38.43%-
XYZ3.911.8711.71-
YUV32.03165.23145.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 7 (3.12% from 255) = 4.35%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=34.78%
G=4.35%
B=60.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal567980.430.9300.62272.3186.6720.59
Hex387622B5D03E1105715
Octal7071425313507642012725
Binary111000111110001010101110111010111110100010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380762; }

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

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

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

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

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

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

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

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