Html Css Color HEX #380965 Christalle

📋 copy color: '#380965'

red 56 ◦ green 9 ◦ blue 101

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

Shades of Christalle #380965

Tints of Christalle #380965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.42%

 BLUE value IS 101 (39.84% from 255) = 60.84%

R = 33.73%
G = 5.42%
B = 60.84%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#380965 (or 0x380965) is known color: Christalle. HEX triplet: 38, 09 and 65. RGB value is (56,9,101). Sum of RGB (Red+Green+Blue) = 56+9+101=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #380965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380965 is #C7F69A. Grayscale: #212121. Windows color (decimal): -13104795 or 6621496. OLE color: 6621496.

HSL color Cylindrical-coordinate representation of color #380965: hue angle of 270.65º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380965 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 9 101 -
CMYK 0.45 0.91 0 0.60
HSL 270.65º 0.84% 0.22% -
HSV(B) 270.65º 0.91% 0.4% -
XYZ 4.08 1.98 12.48 -
YUV 33.54 166.07 144.02 -
System Red Green Blue C M Y K H S L
Decimal 56 9 101 0.45 0.91 0 0.60 270.65 0.84 0.22
Hex 38 9 65 2D 5B 0 3C 10F 54 16
Octal 70 11 145 55 133 0 74 417 124 26
Binary 111000 1001 1100101 101101 1011011 0 111100 100001111 1010100 10110

Color Harmonies of #380965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380965

Black with #380965

Text Example


Text Example

White with #380965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380965; }

 p { color: rgb(56,9,101); }

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

background-color css

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

 a { background-color: rgb(56,9,101); }

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

border-color css

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

 span { border-color: rgb(56,9,101); }

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